/*
	Theme Name: irresistible
	Theme URI: http://html5blank.com
	Description: Theme for irresistible based on HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Olli Exner (Todd Motto (@toddmotto) for html5_blank)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	
}
body {
	
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/* poppins-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PoppinsThin100';
  font-style: normal;
  font-weight: 100;
  src: url('webfonts/poppins-v21-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PoppinsExtralight200';
  font-style: normal;
  font-weight: 200;
  src: url('webfonts/poppins-v21-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PoppinsLight300';
  font-style: normal;
  font-weight: 300;
  src: url('webfonts/poppins-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PoppinsRegular400';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/poppins-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PoppinsMedium500';
  font-style: normal;
  font-weight: 500;
  src: url('webfonts/poppins-v21-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PoppinsSemibold600';
  font-style: normal;
  font-weight: 600;
  src: url('webfonts/poppins-v21-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PoppinsBold700';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/poppins-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PoppinsExtrabold800';
  font-style: normal;
  font-weight: 800;
  src: url('webfonts/poppins-v21-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'PoppinsBlack900';
  font-style: normal;
  font-weight: 900;
  src: url('webfonts/poppins-v21-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
img, svg, video, object {width:100%;height:auto;}
body {font-family: 'PoppinsLight300';font-size: 20px;background:white;}
/* wrapper */
.wrapper {
	position:relative;
	overflow-x:hidden;
}




#start_hero {position: relative;width:100%;height:100vH;background-size:cover!important;background-repeat: no-repeat;background-position:center center;}
#heroVideo {position: relative;width:100%;height:100vH;}
#heroVideo video {}
#heroVideo video#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
p {color: #000;
font-family: 'PoppinsLight300';
font-size: 20px;
line-height: normal;}
p strong {font-family: 'PoppinsSemibold600';}
.textwidget h2 {font-family: 'PoppinsBold700';color:black;font-size:30px;text-transform: uppercase;}
.whiteBG {background-color:white;}
#logoHolder {position: absolute;width:100%;bottom:20%;background:white;padding-top: 3rem;padding-bottom: 1rem;}
#logoHolder svg {width:90%;max-width:1238px;margin:0 auto;}
#logoHolder_subpage {position: absolute;width:100%;bottom:20%;}
#logoHolder_subpage #logoHolder {position:relative;background:white;padding-top: 3rem;padding-bottom: 1rem;}



/* Carousel Thumbnail Indicators Styling */
.singleCaroussel .carousel-indicators {
    position: relative;
    bottom: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: start;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    margin: 0 !important;
    z-index: 10;
    height: auto !important;
    width: auto !important;
    margin-top: 25px;
    max-width: 95%;
    overflow-x: auto;
    overflow-y: hidden;
    /* Scrollbar verstecken */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE und Edge */
}

/* Scrollbar für Webkit-Browser verstecken */
.singleCaroussel .carousel-indicators::-webkit-scrollbar {
    display: none;
}

.singleCaroussel .carousel-indicators button {
    position: relative;
    width: 100px !important;
    height: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid transparent !important;
    border-radius: 4px;
    background: none !important;
    opacity: 0.7;
    transition: all 0.3s ease;
    overflow: hidden;
    text-indent: 0 !important;
    flex: none !important;
    min-width: 100px; /* Verhindert Schrumpfen */
}

.singleCaroussel .carousel-indicators button img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 2px;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
}

.singleCaroussel .carousel-indicators button:hover {
    opacity: 0.9;
    border-color: rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

.singleCaroussel .carousel-indicators button.active {
    opacity: 1;
    border-color: #007bff;
    transform: scale(1.1);
}

/* Tablet Landscape */
@media (max-width: 1024px) {
    .singleCaroussel .carousel-indicators button {
        width: 80px !important;
        height: 55px !important;
        min-width: 80px;
    }
    
    .singleCaroussel .carousel-indicators {
        gap: 6px;
        padding: 8px;
    }
}

/* Tablet Portrait */
@media (max-width: 768px) {
    .singleCaroussel .carousel-indicators {
        gap: 4px;
        padding: 6px;
        margin-top: 15px;
        justify-content: flex-start;
    }
    
    .singleCaroussel .carousel-indicators button {
        width: 60px !important;
        height: 40px !important;
        min-width: 60px;
    }
}

/* Mobile Landscape */
@media (max-width: 640px) {
    .singleCaroussel .carousel-indicators button {
        width: 50px !important;
        height: 35px !important;
        min-width: 50px;
    }
    
    .singleCaroussel .carousel-indicators {
        gap: 3px;
        padding: 5px;
    }
}

/* Mobile Portrait */
@media (max-width: 480px) {
    .singleCaroussel .carousel-indicators {
        gap: 2px;
        padding: 4px;
        margin-top: 10px;
        max-width: 98%;
    }
    
    .singleCaroussel .carousel-indicators button {
        width: 40px !important;
        height: 28px !important;
        min-width: 40px;
    }
}

/* Sehr kleine Bildschirme */
@media (max-width: 360px) {
    .singleCaroussel .carousel-indicators button {
        width: 35px !important;
        height: 25px !important;
        min-width: 35px;
    }
    
    .singleCaroussel .carousel-indicators {
        gap: 1px;
        padding: 3px;
    }
}

/* Bootstrap Override - wichtig für die korrekte Darstellung */
.singleCaroussel .carousel-indicators [data-bs-target] {
    box-sizing: border-box;
    cursor: pointer;
    background-color: transparent !important;
}

.singleCaroussel .carousel-indicators [data-bs-target]::before {
    display: none !important;
}

/* Zusätzliche Touch-Optimierung für mobile Geräte */
@media (hover: none) and (pointer: coarse) {
    .singleCaroussel .carousel-indicators button {
        transform: none !important;
    }
    
    .singleCaroussel .carousel-indicators button:hover {
        transform: none !important;
    }
    
    .singleCaroussel .carousel-indicators button.active {
        transform: none !important;
        border-width: 3px !important;
    }
}


        /* Thumbnail Container mit Pfeilen */
        .thumbnail-nav-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 25px;
            max-width: 95%;
            margin-left: auto;
            margin-right: auto;
        }

        /* Scroll-Pfeile */
        .thumbnail-scroll-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
           	background:black;
            border: none;
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 3px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 11;
            transition: all 0.3s ease;
            font-size: 30px;
            box-shadow: none;
        }

        .thumbnail-scroll-btn:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: translateY(-50%) scale(1.1);
        }

        .thumbnail-scroll-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
            transform: translateY(-50%);
        }

        .thumbnail-scroll-btn.prev {
            left: -30px;
        }

        .thumbnail-scroll-btn.next {
            right: -30px;
        }

        /* Angepasste Indicators */
        .singleCaroussel .carousel-indicators {
            position: relative;
            bottom: auto;
            top: 0;
            left: 0;
            transform: none;
            display: flex !important;
            justify-content: flex-start;
            align-items: center;
            gap: 8px;
            padding: 10px 15px;
            background: #fff;
            border-radius: 8px;
            margin: 0 !important;
            z-index: 10;
            height: auto !important;
            width: 100% !important;
            overflow-x: auto;
            overflow-y: hidden;
            scroll-behavior: smooth;
            /* Scrollbar verstecken */
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .singleCaroussel .carousel-indicators::-webkit-scrollbar {
            display: none;
        }

        .singleCaroussel .carousel-indicators button {
            position: relative;
            width: 100px !important;
            height: 70px !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 2px solid transparent !important;
            border-radius: 4px;
            background: none !important;
            opacity: 0.7;
            transition: all 0.3s ease;
            overflow: hidden;
            text-indent: 0 !important;
            flex: none !important;
            min-width: 100px;
        }

        .singleCaroussel .carousel-indicators button img {
            width: 100% !important;
            height: 100% !important;
            object-fit: cover;
            border-radius: 2px;
            display: block !important;
            position: absolute;
            top: 0;
            left: 0;
        }

        .singleCaroussel .carousel-indicators button:hover {
            opacity: 0.9;
            border-color: rgba(0, 0, 0, 0.3);
            transform: scale(1.05);
        }

        .singleCaroussel .carousel-indicators button.active {
            opacity: 1;
            border-color: #007bff;
            transform: scale(1.1);
        }

        /* Responsive Anpassungen */
        @media (max-width: 768px) {
            .thumbnail-scroll-btn {
                width: 30px;
                height: 30px;
                font-size: 12px;
            }
            
            .thumbnail-scroll-btn.prev {
                left: -35px;
            }
            
            .thumbnail-scroll-btn.next {
                right: -35px;
            }
            
            .singleCaroussel .carousel-indicators {
                gap: 4px;
                padding: 6px 10px;
            }
            
            .singleCaroussel .carousel-indicators button {
                width: 60px !important;
                height: 40px !important;
                min-width: 60px;
            }
        }

        @media (max-width: 480px) {
            .thumbnail-scroll-btn {
                width: 25px;
                height: 25px;
                font-size: 10px;
            }
            
            .thumbnail-scroll-btn.prev {
                left: -30px;
            }
            
            .thumbnail-scroll-btn.next {
                right: -30px;
            }
            
            .singleCaroussel .carousel-indicators {
                gap: 2px;
                padding: 4px 8px;
            }
            
            .singleCaroussel .carousel-indicators button {
                width: 40px !important;
                height: 28px !important;
                min-width: 40px;
            }
        }

        /* Kleine Bildschirme - Pfeile ausblenden */
        @media (max-width: 360px) {
            .thumbnail-scroll-btn {
                display: none;
            }
            
            .thumbnail-nav-container {
                max-width: 100%;
            }
        }

        /* Bootstrap Override */
        .singleCaroussel .carousel-indicators [data-bs-target] {
            box-sizing: border-box;
            cursor: pointer;
            background-color: transparent !important;
        }

        .singleCaroussel .carousel-indicators [data-bs-target]::before {
            display: none !important;
        }




#logoHolder_subpage h2 {color: #FFF;
font-family: 'PoppinsBlack900';
font-size: 48px;
font-style: normal;
line-height:1;padding:0;margin:0 0 -8px 0;text-transform:uppercase;}
#wer-wir-sind-1 {position: relative;z-index:1}
#wer-wir-sind-2 {margin-top:-25%;z-index:0;position: relative;}
img.eventHL {max-width:728px;width:35%;}
#wer_wir_sind_1_img {transform: scale(1.5);transform-origin: top right;margin-right:20%;}
.navbar-toggler-icon {
  background-image: none!important;
  background-color: #fff;
  height: 5px;
  width: 40px;
  margin: 10px 0;
  position: relative;

  transform-origin: center;border-radius:5px;
  transition: all 0.7s ease-out;
}
/*body.single.single-gallery .navbar-toggler-icon { background-color: #000;}*/



.navbar-toggler {border:none!important;padding: 10px 15px;transition: all 0.7s ease-out;background-color:transparent;}
.navbar-toggler:focus {
  text-decoration: none;border:none!important;
  outline: 0;
  box-shadow: none!important;
}
img.offcanvas-logo {width:80%;}
.navbar-toggler-icon::before {
  display: block;
  background-color: #fff;
  height: 5px;
  width: 45px;
  content: "";
  position: relative;border-radius:5px;
  top: -10px;

  transform-origin: center;
  transition: all 0.7s ease-out;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: #fff;
  height: 5px;width: 35px;
  border-radius:5px;
  content: "";
  position: relative;
  top: 5px;

  transform-origin: center;
  transition: all 0.7s ease-out;
}

#offcanvasNavbar {background:black;}
.nav-link {font-family: 'PoppinsBold700';text-transform:uppercase;color:white;position: relative;}
a.nav-link:hover {color:white!important;}
a.nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
li.menu-item{margin-bottom:20px;}
a.nav-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.nav-link.active {color:white!important;}
.nav-link.active::before {
  transform-origin: left;
  transform: scaleX(1);
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {background:black;color:white;}
#contactModal .modal-header {background:black;}
.langNavHolder {
 position: absolute;
  top: 3.8rem;
  left: 0.76rem;

  padding: 0px 0px 0px 15px;
  transition: all 0.7s ease-out;
  width: 70px;

  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;}
  .wpcf7-response-output {font-family: 'PoppinsMedium500';font-size:15px;}
#contactModal .form-label { font-family: 'PoppinsMedium500';font-size:16px;}
span.wpcf7-not-valid-tip{ font-family: 'PoppinsMedium500';font-size:13px;}
.langNavHolder a {font-family: 'PoppinsExtrabold800';font-size:20px;color:white;  transition: all 0.7s ease-out;}
.navbar-toggler {border-top-left-radius: 6px;border-top-right-radius: 6px;border-bottom-left-radius:0px;border-bottom-right-radius:0px}
header.scrolled .langNavHolder {background-color:rgba(255, 255, 255, 0.8);}
header.scrolled .langNavHolder a {color:black;}

header.scrolled .navbar-toggler {background-color:rgba(255, 255, 255, 0.8);}
header.scrolled .navbar-toggler-icon{background:#000;}
header.scrolled .navbar-toggler-icon:before{background:#000;}
header.scrolled .navbar-toggler-icon:after{background:#000;}



#contactOpener {position: absolute;
  right: 2rem; transition: all 0.7s ease-out;
  top: 2rem;
  background: white;
  width: 70px;
  height: 70px;display: block;
  border-radius: 100%;
  text-align: center;
  
  display: flex;
  justify-content: center;
  flex-direction: column;}

#contactOpener span {font-family: 'PoppinsBold700';
  font-size: 38px;color: black;
  line-height: 1;  margin-top: -7px; transition: all 0.7s ease-out;}
header.scrolled #contactOpener {background:black;}
header.scrolled #contactOpener span {color:white;}

.btn-close {opacity:1!important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");}

.post h2 {font-family: 'PoppinsBold700';color:black;font-size:30px;text-transform: uppercase;}
.post h3 { font-family: 'PoppinsMedium500';color:black;font-size:27px;text-transform: uppercase;margin:35px 0 15px 0;}
/* header */
.header {
position:fixed;top:0;left:0;width:100%;z-index:20;
}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
.hoverStuff {position:absolute;bottom:0;left:0;width:100%;padding:20px;background: rgba(0, 0, 0, 0.80);}
a.pageTeaserLink {text-decoration:none;color:white;}
a.pageTeaserLink h2 {color: #FFF;
font-family: 'PoppinsExtrabold800';
font-size: 40px;
font-style: normal;
line-height: normal;
text-transform: uppercase;}
a.pageTeaserLink p {color: #FFF;
font-family: 'PoppinsLight300';
font-size: 20px;
font-style: normal;
line-height: normal;}
.hoverHidden {padding: 0px; -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
height:0;overflow:hidden;}
a.pageTeaserLink:hover .hoverHidden {height:auto;padding: 24px 0px;}
.teaserText {position: relative;padding-right:80px;}
.teaserText:after {position:absolute;content:'';background-image:url('img/arrow-w.svg');background-repeat: no-repeat;background-position:center center;background-size:contain;width:65px;height:65px;right:10px;top:0;bottom:0;margin-top:auto;margin-bottom:auto;}

footer {position:relative;background:#030303;}
footer:before {position:absolute;content:'';width:100%;clip-path: polygon(100% 0%, 0% 100%, 100% 100%);height:40px;top:-40px;left:0;background:#030303;}
footer h2.wp-block-heading {color: #E2EFDE;

font-family: 'PoppinsExtrabold800';
font-size: 40px;
font-style: normal;

line-height: normal;
text-transform: uppercase;}
footer .widget_text p{color: #E2EFDE;
font-family: 'PoppinsLight300';
font-size: 20px;
font-style: normal;
line-height: normal;}
footer .widget_text p a {color: #E2EFDE;}
.clientLogo img {width:20%;max-width:150px!important;}
a.instalinkfooter {color:#E2EFDE;display: inline-flex;
  align-items: center;
  gap: 8px; /* Abstand zwischen Icon und Text */
  text-decoration: none;
}
a.instalinkfooter i {font-size:40px;display:inline}
a.instalinkfooter span {display:inline;}

/* Logo Rotation */

#rotateThing {transform-origin: center center;transform-box: fill-box;animation: rotateani 3s linear infinite;}
@keyframes rotateani {
  0% {transform: rotateY(0deg);}
  40% {transform: rotateY(0deg);}
  60% {transform: rotateY(180deg);}
  100% {transform: rotateY(0deg);}
 }
.pagination .page-numbers {display:inline-block;margin:0 5px;font-family: 'PoppinsBold700';}
.teaserText .date {font-family: 'PoppinsLight300';font-size:15px;color:white;display:block;pading-bottom:10px;}


.card-body {padding: 20px;
  background: rgba(0, 0, 0, 1);cursor:pointer}
.card-body h5.card-title {color: #FFF;
  font-family: 'PoppinsExtrabold800';
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;}

.galMod .modal-header {background:black;}
.galMod .modal-header h5.modal-title {color: #FFF;
  font-family: 'PoppinsExtrabold800';
  font-size: 25px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;}
.galMod .modal-body {padding:0;margin:0;}
@media only screen and (min-width: 1900px) {
  #wer-wir-sind-2 {margin-top:-25rem;}
  
}
 @media only screen and (min-width: 1200px) {
  .container-smaller {max-width:1110px;width:98%;margin-left:auto;margin-right:auto;}

}
@media only screen and (max-width: 1200px) {
  .container-smaller {max-width:98%!important;margin-left:auto;margin-right:auto;}
 .container {max-width:98%!important}
}
@media only screen and (min-width: 960px) {
  .w80 {width:80%;margin-left:auto;margin-right:auto;}
  
}






@media only screen and (max-width: 960px) {
  p {font-size: 15px;}
  .teaserText {font-size: 15px;}
  #logoHolder_subpage h2 {font-size: 25px;}
  a.pageTeaserLink h2 {font-size: 25px;}
 
}

@media only screen and (max-width: 768px) {
  p {font-size: 15px;}
  .teaserText {font-size: 15px;}
  #logoHolder_subpage h2 {font-size: 25px;}
  a.pageTeaserLink h2 {font-size: 25px;}
  #wer-wir-sind-2 {margin-top:0%;}
 .container-smaller {max-width:90%!important;margin-left:auto;margin-right:auto;}
 .container {max-width:90%!important}
#wer_wir_sind_1_img {transform:none;margin-right:0%;}
#logoHolder_subpage h2 {color: #FFF;
margin:0 0 -4px 0;text-transform:uppercase;}
img.eventHL {
max-width: 728px;
width: 55%;
}
.card-body {padding: 20px;
  background: rgba(0, 0, 0, 1);color: #FFF;
  font-family: 'PoppinsExtrabold800';
  font-size: 25px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;}
}



/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
