/* nunito-sans-300 - latin */
@font-face {
  font-family: 'Cero Regular';
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Cera-Pro-Regular.eot');
  src: local(''),
       url('../fonts/Cera-Pro-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Cera-Pro-Regular.woff2') format('woff2'), 
       url('../fonts/Cera-Pro-Regular.woff') format('woff');
}
/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Cero Medium';
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Cera-Pro-Medium.eot');
  src: local(''),
       url('../fonts/Cera-Pro-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Cera-Pro-Medium.woff2') format('woff2'), 
       url('../fonts/Cera-Pro-Medium.woff') format('woff');
}
/* nunito-sans-800 - latin */
@font-face {
  font-family: 'Cero Bold';
  font-style: normal;
  font-display: swap;
  src: url('../fonts/Cera-Pro-Bold.eot');
  src: local(''),
       url('../fonts/Cera-Pro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Cera-Pro-Bold.woff2') format('woff2'), 
       url('../fonts/Cera-Pro-Bold.woff') format('woff');
}



@media print { 
  a[href]:after {
    content: none;
  }
}

*::-moz-selection 											{ background: none repeat scroll 0 0 rgba(49, 66, 83, 1); color: #fff; text-shadow: none; }
*::-webkit-selection										{ background: none repeat scroll 0 0 rgba(49, 66, 83, 1); color: #fff; text-shadow: none; }
*::selection 												{ background: none repeat scroll 0 0 rgba(49, 66, 83, 1); color: #fff; text-shadow: none; }


/* Reset ############################################################################################### */
figure 														{ margin: 0; padding: 0; }
button 														{ margin: 0; padding: 0; }

#wrapper                                                    { overflow: hidden; }

/* Allgemeine Farben ############################################################################################### */
:root {
--weiss: #fff;
--text_farbe: #333333;
--blau: #024674;
--hellblau: #4EB7DE;
--hellesblau: #E6EDF1;
--rot: #DB0007;
    
--headline_size1: 2.4rem;
--headline_lineheight1: 2.8rem;

--headline_size2: 2.0rem;
--headline_lineheight2: 2.4rem;

--headline_size3: 1.6rem;
--headline_lineheight3: 1.8rem;

--headline_size4: 1.2rem;
--headline_lineheight4: 1.7rem;
    
--padding_container: 100px 0 100px 0;
--padding_top: 100px;
    
--margin_container: 100px 0 100px 0;
--margin_top: 100px;
    

}

.rot                                                        { color: var(--rot); }
.hellblau                                                   { color: var(--hellblau); }
/* Struktur ---------------------------------------------------------- */
html                                                        { overflow-x: hidden; position: relative; min-height: 100%; } 
html, body													{ font-family: 'Cero Regular'; font-size: 18px; line-height: 27px; font-weight: 400; color: var(--text_farbe); letter-spacing: 0.2px; }      
.invisible													{ display: none !important; }


.container-fluid                                            { max-width: 1370px; position: relative; }
.container-fluid.big                                        { max-width: 1460px; position: relative; }

/* Sticky Footer */
body                                                        { margin-bottom: 449px; position: initial !important; }
footer                                                      { position: absolute; bottom: 0; width: 100%; height: 449px; } 
.mm-wrapper .mm-page                                        { position: inherit !important; }
.mm-slideout                                                { z-index: 100 !important; }
#wrapper                                                    { overflow-x: hidden; }

/* Buttons */
.btn1                                                       { background-color: var(--blau); padding: 12px 20px; border-radius: 25px; transition: all ease .4s;
                                                              font-family: 'Cero Regular'; font-size: 0.889rem; letter-spacing: 2.2px;
                                                              color: #fff; display: inline-block; border: 0; cursor: pointer; text-transform: uppercase; }
.btn1:hover                                                 { background-color: var(--hellblau); transition: all ease .4s; text-decoration: none; color: #fff; }


.btn2                                                       { transition: all ease .4s; font-weight: 400; color: var(--blau); display: inline-block; border: 0; cursor: pointer;
                                                              letter-spacing: 1.5px; font-family: 'Cero Medium'; border-bottom: 2px solid var(--hellblau); text-transform: uppercase; }
.btn2:hover                                                 { transition: all ease .4s; text-decoration: none; color: var(--hellblau); }

.btn3                                                       { transition: all ease .4s; font-weight: 400; color: var(--blau); display: inline-block; border: 0; cursor: pointer;
                                                              letter-spacing: 1.5px; font-family: 'Cero Medium'; border-bottom: 2px solid var(--hellblau); font-size: 21px; text-transform: uppercase; }
.btn3:hover                                                 { transition: all ease .4s; text-decoration: none; color: var(--hellblau); }

.btn4                                                       { background-color: #fff; padding: 12px 20px; border-radius: 25px; transition: all ease .4s; text-transform: uppercase;
                                                              font-family: 'Cero Medium'; font-size: 0.889rem; letter-spacing: 2.2px; border: 1px solid #fff;
                                                              color: var(--blau); display: inline-block; cursor: pointer; text-transform: uppercase; }
.btn4:hover                                                 { background-color: var(--blau); transition: all ease .4s; text-decoration: none; color: #fff; }

/* Cookiebanner */
.contao-cookiebar                                           { z-index: 99999; }
.contao-cookiebar .cc-inner                                 { background: var(--blau); color: var(--blau); padding: 25px 40px; border-radius: 0; }
.contao-cookiebar strong                                    { font-size: 22px; line-height: 32px; font-weight: bold; }
.contao-cookiebar p                                         { color: #fff; font-size: 18px; line-height: 26px; }
.contao-cookiebar label.group                               { font-weight: 400; }
.contao-cookiebar input + label                             { padding: 8px 13px 8px 85px; }

.contao-cookiebar .cc-group { border: 1px solid #fff; border-radius: 0; }

.contao-cookiebar .cc-group .cc-detail-btn                  { font-size: 15px; color: #fff; line-height: 24px; }
.contao-cookiebar .cc-info > a                              { font-size: 15px; color: #fff; line-height: 24px; }
.contao-cookiebar .cc-cookie a                              { color: var(--blau); line-height: 24px; }

.contao-cookiebar .cc-btn                                   { background: var(--blau); border: 1px solid var(--hellblau); color: var(--hellblau); border-radius: 0; font-size: 18px; 
                                                              line-height: 26px; transition: all ease .4s; padding: 14px 42px; margin-bottom: 7px; }
.contao-cookiebar .cc-btn:hover                             { background: var(--blau); border: 1px solid var(--blau); color: var(--hellblau); transition: all ease .4s; }
.contao-cookiebar .highlight .cc-btn.success                { background: var(--hellblau); border: 1px solid var(--hellblau); color: var(--blau); transition: all ease .4s; 
                                                               }
.contao-cookiebar .cc-group .cc-detail-btn:hover            { color: var(--hellblau); }
.contao-cookiebar input + label:before                      { top: 9px; width: 67px; height: 24px; border-radius: 15px; background-color: var(--hellblau) !Important; 
                                                              border: 1px solid var(--blau) !Important; }

.contao-cookiebar input + label:after                       { top: 12px; left: -14px; width: 20px; height: 20px; border-radius: 10px; margin-left: 17px; background: var(--blau); 
                                                              transition: background .2s, margin-left .2s, padding .2s; }
.contao-cookiebar input:checked + label:after               { background: var(--blau) !IMPORTANT; margin-left: 60px; }

.contao-cookiebar .cc-cookies                               { background: var(--hellblau); }
.contao-cookiebar .cc-cookies input + label                 { padding-bottom: 0; }
.contao-cookiebar .cc-cookies > p, 
.contao-cookiebar .cc-cookies > 
.cc-cookie                                                  { padding: 11px; }

.contao-cookiebar input:disabled + label:before             { background: #f4f4f4; border-color: #c8c7c5; }
.contao-cookiebar input:disabled + label:after              { background: var(--blau) !Important; left: 29px; margin-left: 17px !IMPORTANT;  }
.contao-cookiebar .highlight .cc-btn.success:hover          { background: var(--hellblau); }
.contao-cookiebar .highlight .cc-btn.save:hover,
.contao-cookiebar .highlight .cc-btn.deny:hover             { background: var(--hellblau); color: var(--blau); }

.contao-cookiebar .cc-info > a:hover                        { color: #fff; }
.contao-cookiebar input:checked + label:before              { border: 1px solid var(--blau) !Important; }
.contao-cookiebar .cc-footer, .contao-cookiebar .cc-info    { margin-top: 30px; }
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info    { font-size: 18px; line-height: 26px; background: var(--farbe3); padding: 15px; border-radius: 0; border: 1px solid var(--blau); }
.contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span { font-weight: 400;  }


.buttonUp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 60000;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0.5;
    cursor: pointer;
    background: #525252;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0;
    border: 1px solid #525252;
    display: none;
}
.buttonUp .buttonSVG {
    width: 24px;
    height: auto;
    position: relative;
    top: 7px;
    left: 12px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.buttonUp .cls-1 {
    fill: #fff;
    width: 25px;
    height: auto;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.buttonUp.active {
    opacity: 0.5;
}

.marginTop_50                                               { margin-top: 50px; }
.marginTop_100                                              { margin-top: 100px; }
.marginTop_150                                              { margin-top: 150px; }
.marginTop_200                                              { margin-top: 200px; }


a                                                           { color: #171717; transition: all ease .4s; } 
main .text_wrapper a                                        { text-decoration: underline;  }  
main .text_wrapper a:hover                                  { color: var(--blau); } 

h1, h2, h3, h4, h5, h6				                        { font-weight: var(--headline_weight); }




@media (min-width: 1460px) {

}

@media (min-width: 1200px) {

}

@media (max-width: 992px) {
.btn3                                        { font-size: 16px; }
.btn4                                        { font-size: 13px; padding: 6px 30px; }
}

@media (min-width: 768px) and  (max-width: 992px) { 

}

@media (max-width: 820px) {
.contao-cookiebar .cc-btn                    { width: 100%; margin-bottom: 7px; }
}

@media (max-width: 767px) {
html, body								     {  }  
.contao-cookiebar strong                     { font-size: 14px; line-height: 18px; font-weight: bold; }
.contao-cookiebar p                          { font-size: 14px; line-height: 18px; } 
.contao-cookiebar .cc-head p                 { margin-bottom: 5px; }
	
.contao-cookiebar .cc-inner                  { padding: 15px 15px; }
.contao-cookiebar .cc-group .cc-detail-btn   { font-size: 14px; line-height: 14px; }
.contao-cookiebar .cc-info                   { margin-top: 8px; }
    
.contao-cookiebar .cc-footer                 { margin-top: 15px; }
.contao-cookiebar .cc-btn                    { padding: 8px 43px; }
.contao-cookiebar .cc-group > label          { flex-grow: 1; margin: 2px 0 2px 10px; }

.contao-cookiebar input + label:after        { top: 10px; }
.contao-cookiebar input + label:before       { top: 7px; } 
    
.contao-cookiebar .cc-group .cc-detail-btn { padding: 3px 10px; }
}


