html, body {
    width:100%; 
    height: 100%;
    
    padding:0px; 
	margin:0px;
    
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.429;
    
    /* Fix the scrolling Bug */
    overflow-x: hidden;
}

.body {
	clear: both; 
	margin: 0 auto; 
    
    max-width: 100%;
    height: auto;
}

.wrapper {
    position: relative;
    width: 960px;
    
    margin: 0 auto;
    height: auto;
}

img {
    pointer-events: none; 
}

h1 {
    width: auto;
    letter-spacing: 0.20em;
    
    font-size: 46px; 
    text-align: center;
   
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: black;
    
    font-style: normal;
    font-weight: 100;
}

h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.1;
    
    margin-bottom: .8em;
}

hr{
    height: 5px;
    width: 25%;
    
    background: linear-gradient(to right, black, red); 
}

.header {
    position: fixed;
    background-color: #fff;

    margin-top: 0;
    margin-left: 0;

    height: 90px;
    width: 100%;
    
    z-index: 999;
    display: block;
}

.header-content {
    height: 90px;
    width: auto;
    
    padding-left: 24px;
    padding-right: 24px;
    
    box-sizing: border-box;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    
	overflow: hidden;
}

.logo {
    width: auto;
    height: 85px; 
    
    margin-top: 5px;
}

.header-menu {
    float: right;
    
    line-height: 88px;
    color: #fff;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    padding-left: 10px;
}

.header .menu-item {
    float: left;
}

.menu-item.menu-item-active > a {
    color: #000; 
}

.footer-item-active > a {
    color: #000; 
}

a {
    cursor: pointer;
    color: #999;
    
    text-decoration:none;
}

a:active 
{
    color: #8FBC8F; 
}

a:hover 
{
    color: black; 
}

a:focus 
{
    color: black;
}

/* Mobilestlye Menü*/
.mobile_nav_button {
    display: block;
    color: #999;
    
    font-size:30px;
    cursor:pointer;
    
    float: right;
    padding-top: 25px;
}

.mobile_nav_button:hover {
    color: #000;
    cursor:pointer;
}



.main_slogan {
    max-width: 25em;    
    margin-top: 45%;
    
    margin-left: 10%;

    
    float: left;
    z-index: 9;
}

.slogan_title {
    margin: 0 0 .25em;
    
    font-family: "verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2.05em;

    font-weight:bold;
    color: black;
    
    text-align: left;
    text-transform: capitalize;    
}

.slogan_subtitle
{
    margin: 0 0 1.25em;   
    
    line-height: 1.4;
    font-size: 1.5em; 
    
    color: #fff;
}

.button_border {      
    border-style: solid;
    border-color: #ff0000 #000000 #000000 #ff0000;
    
    font-weight: 100;
    line-height: 1.9;
    
    text-align: center;    
    margin: 0 auto;
   
    max-width: 200px;
    height: auto;
    
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    
    cursor: pointer;
}

#box_home, #box_1, #box_2, #box_3
{
	width:100%;
	height:auto !important;

	text-align:center;    
    position: relative;
}

#box_home
{
    background:#fff;
    background-image: url(../images/bg.png);
    padding-top: 90px; 
}

#box_video
{
    background:#fff;
}

#box_default
{
    background:#fff;
    padding-top: 90px;
}

#box_4{
    text-align: left;
    
    padding-left: 20px;
    padding-right: 20px;
    
    opacity: 0.9;
}

#box_5{
    padding-left: 20px;
    padding-right: 20px;
    
    opacity: 0.9;
}

#box_6{
    background:#fff;
    padding-top: 20px;
}

#box_7{
    background:#fff;
    padding-top: 40px;
}

#box_3
{
    min-height:100vh;
    
	background:#fff;
    background: url(../images/background_slider/1.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#box_2
{
    min-height:100vh;    
    background-image: linear-gradient(180deg, transparent, MintCream);
}

#box_1
{
    min-height:100vh;
    
    background: url(../../images/contact_images/contact.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.backgroundGrey{
    background-color: #F2F2F2!important;    
}

.nav
{
    padding: 5px 15px;
    cursor: pointer;
    
    color: #999;
    font-size: 14px;
        
    background: #fff;
    text-decoration: none;
}

.display_now {
    display: block!important;
}

/* video player style */
.video_bgvid{
    width: 100%;
    max-width: 1100px;
    
    height: auto;
    max-height: 600px;
    
    border-radius: 8px;
    overflow: hidden;
    
    -webkit-transform: translateZ(0);
    /* box-shadow: 0 19px 51px 0 rgba(0,0,0,0.16), 0 14px 19px 0 rgba(0,0,0,0.07); */
    box-shadow: 10px 20px 15px silver;
}
 
.emergency_button{
    display: unset!important;
    
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    
    max-width: 200px;
    margin: 0 auto;
    
    display: block;
    
    border-radius: 4px;
    font-size: unset;
    
    background-color: #fff;
    color: black;
    
    text-align: center;
    text-decoration: none;
    
    padding: 15px 45px 15px 45px;
    font-size: 20px; 
    
    cursor: pointer;
    border: 2px solid #000;
    
    font-weight: 300;
    line-height: 1.1;
    
    margin-bottom: 20px;
    margin-top: 20px;
}

.emergency_button:hover{
    background-color: black!important;
    color: #fff!important;
    
    border: 2px solid #000;
}

.emergency_button_spacer{
    margin-top: 40px;
}

.welcome_site_wrapper_small{
    margin: 0 auto;
    max-width: 90%;
}

.welcome_site_wrapper{
    width: 100%;
    /*min-height: 100vh;*/
    
    text-align: center;
    background: #fff;
  
    /*padding-top: 30px;*/
    /*opacity: 0.9;
    
   filter: alpha(opacity=0.9);*/
    margin: 0 auto;  
    margin-bottom: 60px;
}

#buttonRight{
    display: none;
}

#buttonLeft{
    display: none;
}

.job_button_wrapper{
    width: 100%;
    float: unset;
    
    margin: 0 auto;
}

.job_button_wrapper_center{
    margin: 0 auto;
}

.job_button{       
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
        
    display: block;
    
    border-radius: 4px;    
    border: 2px solid #000;
    
    background-color: #fff;
    color: black;
    
    text-align: center;
    text-decoration: none;
    
    margin-bottom: 20px;
    margin-top: 20px;
    
    
    /*width: 290px;
    max-width: 290px;*/
    
    width: 47%;
}

.job_button_left{
    min-width: 290px;
    float: left;
}

.job_button_right{
    /* float: left; */
    float: right;
    min-width: 290px;
    
    /*width: 290px;
    margin-left: 40px;*/
}

.job_button_caption{     
    padding-top: 10px;
    padding-bottom: 5px;
    
    font-size: 24px; 
    cursor: pointer;
    
    font-weight: 300;
    line-height: 1.1;
    
    
    font-weight: 300;
    line-height: 1.1;
}

.job_button_description{
    font-weight: 100;  
    
    padding-left: 10px;
    padding-right: 10px;
}

.job_button:hover{
    background-color: #F2F2F2!important;
    color: green!important;
    
    border: 2px solid green;
    transition: 0.5s;
}

.job_button_spacer{
    margin-top: 40px;
    margin-bottom: 40px;
    
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
        
    display: block;
    
    border-radius: 4px;    
    border: 2px solid green;
    
    color: white;
    background-color: green;
}

.future_caption{
    font-weight: 600;
    letter-spacing: 0.10em;
}

.color_green{
    color: green;
}

.letter_space{
    letter-spacing: 0em!important;
}

.video_player_wrapper{
    width: 100%;
    max-width: 1000px;
    
    height: auto;    
    padding-top: 20px;
    
    display: block;
    
    margin: 0 auto;
    text-align: left;
}

.video_player_video_cover{
    width: 100%;
    height: auto;
    
    background-color: white;
    opacity: 1.0!important;
    
    z-index: 99;
}

.video_player_video_cover img{
    width: 100%;
    max-width: 1100px;
    
    height: auto;
    max-height: 600px;
    
    border-radius: 8px;
    box-shadow: 10px 20px 15px silver;
}

.player {
  background: none;
  width: 50px;
  height: 50px;
  border: solid 5px #fff;
  border-radius: 100%;
  position: relative; 
  text-indent:-9999px;
  box-shadow: 1px 1px 3px #999999;
}

.player span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
  position:absolute;
  top:20%;
  left:36%;    
}

.player:hover{
  background:#4ccaea;
  cursor:pointer;
  opacity:0.8;
  border:none;
  position:absolute;  
  width: 60px;
  height: 60px; 
  box-shadow:none;
}

.player:hover span{
  top:25%;
  left:38%;
}

/* Inline-Slide-Show */
#slideshow_inline { 
    position: relative; 
    
    width: 520px;
    height: 390px;
    /*
    width: 100%;
    max-width: 1100px;
    */
    height: auto;
    max-height: 1600px;
}

#slideshow_inline > div { 
    position: absolute; 
    
    width: 520px;
    height: 390px;
    
    /*
    width: 100%;
    max-width: 1100px;
    
    height: auto;
    max-height: 600px;
    */
}

.slideshow_images_wrapper{
    display: flex;
    justify-content: center;
    
    align-items: center;
    flex-flow: row wrap; 
    /*
    float: right;
    */
} 

.slideshow_images_wrapper img{
    height: auto; 
    width: 80%;
    
    display: block;
}

.slideshow_inline_img {
    
    max-width: 520px;
    max-height: 390px;
    
    /*
    width: 100%;
    max-width: 1100px;
    */
    height: auto;
    max-height: 600px;
    
    border-radius: 8px;
    box-shadow: 10px 20px 15px silver;
}

.no_padding{
    padding: 0px!important;
}

.store_text_wrapper{
    width: 100%;
    margin: 0 auto;
    
    padding-left: 40px;
    padding-right: 40px;
}

.store_text_wrapper_left{
    width: 47%;
    float: left;
}

.store_text_wrapper_right{
    width: 47%;
    float: right;
    
    max-width: 600px;
    padding-right: 40px;
}

.store_images_wrapper{
    display: flex;
    justify-content: center;
    
    align-items: center;
    flex-flow: row wrap; 
    
    float: right;
}

.store_images_wrapper img {
    padding: 10px;
    height: auto; 
     
    display: block;
    
    border-radius: 8px;
    width: 35%;
}

.store_images_wrapper_width img {
    max-width: calc(100% - 20px);
}

.store_one_image_wrapper{
    margin-top: 20px;
}

.store_one_image_wrapper img {
    max-width: calc(95% - 20px);
    
    border-radius: 8px;
    box-shadow: 10px 20px 15px silver;
}

.store_text_list ul{
    list-style-type: square;
    padding-left: 15px;
}
 
.store_text_list li{
    list-style-type: square;
    color: green;
    
    display: block;
}

.job_advertisement_wrapper{
    width: 100%;
    max-width: 1000px;
    
    height: auto;
    
    display: block;
    margin: 0 auto;
    
    text-align: left;
    background-color: #F2F2F2;
    
    min-height: 410px;
}

.job_advertisement_wrapper_left{
    width: 100%;
    max-width: 500px;
    
    float: left;
    padding: 40px;
}

.job_advertisement_wrapper_left h2{
    font-weight: 600;
}

.job_advertisement_wrapper_left p{
    font-size: 18px;
}

.job_advertisement_wrapper img{
    float: right;
    width: 100%;
    
    max-width: 410px;
    height: auto;    
}

.job_benefits_link::before{
    display: block;
    content: "";
    
    height:120px;
    margin-top: -120px;
    
    visibility: hidden;   
}

.job_selection_wrapper{
    width: 100%;
    max-width: 1000px;
        
    display: block;
    margin: 0 auto;
    
    text-align: left;
    background-color: #F2F2F2;   
    
    margin-bottom: 20px;
    padding-bottom: 40px;
}

.job_selection_wrapper h2{
    padding-top: 40px;
    padding-bottom: 40px;
    
    padding-left: 40px;
    padding-right: 40px; 
    
    font-weight: 600;
}

.job_selection_title h2{
    max-width: 600px;
    margin: 0 auto;
    
    padding-left: 40px;
    padding-right: 40px;
}

.job_selection_content{
    padding-left: 40px;
    padding-right: 40px;
    
    padding-bottom: 4px;
    max-width: 600px;   
    
    margin: 0 auto;
}

.job_selection_content p{
    padding: .5em;
}

.job_selection_content_text{
    display: none;
}
.job_selection_content input{
    display: none;
}

.job_selection_content label{
    margin: 0;
    padding: 0;
    
    border: 0;
    outline: 0;
    
    font-size: 100%;
    vertical-align: baseline;
    
    background: transparent;
    display: unset;
    
    border-radius: 0px;
    display: block;    
    
	padding: 8px 22px;
    margin: 0 0 1px 0;
	
    cursor: pointer;
	color: #000;
    
	transition: ease .5s;
	position: relative;
}

.job_accordion_wrapper{
    border: thin solid gainsboro;
	grid-column: 2 / 3;
	
    transition: all .5s;
}

.job_accordion_title{
    position: relative;
	line-height: 300%;
	
    padding-left: 1em;   
    cursor: pointer;
}

.job_accordion_title::marker,
.job_accordion_title::-webkit-details-marker {
	color: transparent;
}

.job_accordion_title::after {
	position: absolute;
	top: 0;
	right: 1em;
	content: '+';
	font-size: 2em;
	font-weight: bold;
	color: green;
	transition: transform .2s;
    top: 6px;
}

.job_accordion_button{    
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    
    max-width: 250px;
    margin: 0 auto;
    
    margin-top: 0px;
    margin-bottom: 0px;
    
    display: block;
    border-radius: 4px;
    
    color: green;
    text-align: center;
    
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    
    font-size: 20px;
    cursor: pointer;
    
    border: 2px solid green;
    font-weight: 300;

    margin-bottom: 30px;
    
    margin-top: 0px;
    transition: 0.5s;
}

.job_accordion_button:hover{
    background-color: green;
    color: #fff;
}

.job_selection_content input:checked ~ .job_selection_content_text {
	display: block;
    animation: sweep .7s ease-in-out;
}

.job_selection_content input:checked ~ .job_accordion_title {
    background: #E8E8E8;
}

.job_selection_content input:checked ~ .job_accordion_title::after {
	transform: rotate(45deg);
	color: red;
}

@keyframes sweep {
  0%    {opacity: 0; margin-bottom: -20px}
  100%  {opacity: 1; margin-bottom: 0px}
}

.ankerPosition::before{
    display: block;
    content: "";
    
    height: 100px;
    margin-top: -100px;
    
    visibility: hidden;
}

.job_benefits_wrapper{
    width: 100%;
    max-width: 1000px;
        
    display: block;
    margin: 0 auto;
    
    text-align: left;
    background-color: #F2F2F2;
}

.job_benefits_wrapper h2{
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    
    font-weight: 600;
}

.job_benefits_first_text{
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.job_benefits_secont_text{
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px    
}

.job_benefits_content{
    display: none;
}

#benefits:checked ~ .job_benefits_content{
    display: block;
}

#benefits:checked ~ label{
    display: none;
}

#benefits{
    display: none;
}

label{
    margin-top: 20px;
    
    display: inline-block;
    cursor: pointer;
    
    color: white;
    background-color: green;
    
    padding: 3px 13px;
    border-radius: 4px;
    
    margin-left: 40px;
    margin-bottom: 40px;
}

.site_wrapper {
    width:100%;
    min-height:100vh;    

    text-align:center;
    background-image: url(../images/bg.png);
   
    padding-top: 50px;
    
    opacity: 0.9;
    filter: alpha(opacity=0.9); /* For IE8 and earlier */ 
    
    margin: 0 auto;
}

.site_wrapper hr{
    height: 5px;
    width: 25%;
    
    background: linear-gradient(to right, black, red); 
}

.site_title {
    width: auto;
    font-weight: 100;
    
    font-size: 36px; 
    text-align: center;
   
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: black;
    
    letter-spacing: 0.20em;
    font-style: normal;
}

.site_content {     
    max-width: 520px;
    margin: 0 auto;
    
    text-align: center;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    
    padding-top: 10px;
    line-height: 1.6em;
}

.site_content a{
    color: black;
}

.site_content a:hover{
    color: red;
}


.spacer{
    padding-top: 10px;
}

.spacer_middle{
    margin-top: 30px;
}

.spacer_big{
    padding-top: 50px;
}

.imprint_container{
    max-width: 804px;
    margin: auto;   
}

.imprint_text_wrapper{
    text-align: justify;
    box-sizing: border-box;
    
    margin: 0 auto;
    max-width: 520px;
    
    padding: 10px;
}

/* Adress Container */
.address_container{
    margin-top: 20px;
    margin: auto!important;
    
    text-align: left;
    padding: 1% 10%;
    /*  padding: 2% 10%; */
    
    width: 254px;
    display: none;
}

.address_caption{
    font-weight: 400;
    line-height: 1.1;
    
    margin-bottom: .8em;
    font-size: 1.229em;
    /* font-size: 1.429em; */   
}

.address_container p {
    line-height: 1.429;
    font-size: 110%;
}

.address_container_mobile h3 {
    margin-left: 35px!important;
}

.address_container_mobile p {
    margin-left: 35px!important;
}

/* Main Footer */
.mainFooter {
    width: 100%;
    float: left;
    
    margin-bottom: 2%;
    padding-left: 0;
    
    background-color: #fff;
    color: #FFF;
}

.mainFooter ul {
    width: 40%;
    float: right;
}

.mainFooter li {
    float: right;
    list-style: none;
    
    text-align: right;
    font-size: 14px;
    
    padding-right: 3%;
    padding-top: 5%;
}    

/* Social Media ICONS */
.customResponsiveSocialmedia {
        width: 50%;
        padding-left: 2%;
        
        padding-top: 2%;
        display: block;        
    }

    .customResponsiveSocialmedia p{
        display: block;
        width: auto;
    }
    
    .customResponsiveSocialmedia a
    {
        float: left;
        padding-right: 10px;
    }
    
    
    .customResponsiveSocialmedia img
    {        
        opacity: 0.5;
        filter: alpha(opacity=50); /* For IE8 and earlier */
    }
    
    .customResponsiveSocialmedia img:hover 
    {
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    } 

/* Customer Images */
.customer_images_wrapper{
    width: 100%;
    height: auto;
    
    max-width: 920px;
    margin: 0 auto; 
    
    margin-top: 20px;
    text-align: center; /*  text-align: center;  */
    padding-bottom: 20px;
}

customer_images_content h5{    
    /* margin-bottom: .8em; */
    font-weight: bold;
}

/* Cookie Message */
.cookiebanner{
    background-color:rgba(255,0,0,0.5);
	color: #fff;
    
	position: fixed;
	left: 0;
    
	right: 0;
	bottom: 0;
    
	display: flex;
	-webkit-align-items: center;
    
	align-items: center;
	z-index: 100;
}

.cookiebanner-message{
	padding: 20px 180px 20px 20px;
    display: block;
}

.cookiebanner-message a{
	color: #fff;
	border-bottom: 1px solid;
}

.cookiebanner-button{
	padding: 5px 60px;
	background-color: #fff;
    
	display: inline-block;
	position: absolute;
	
    right: 20px;
	opacity: .8;
    
    cursor: pointer;
}

.cookiebanner-button:hover{
	opacity: 1;
	color: #000;
}

.lazy{
    max-width: auto;
    max-height:  250px;
}

.max_height{
    max-height:  100%;
}

/* Slide-Show */
#slideshow { 
    position: relative; 
    
    width:100%;
    height: 100vh;
}

#slideshow > div { 
    position: absolute; 
    width:100%;
    height: 100vh;
}

.slide_img{
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100vh;
    
    object-fit: cover; /* cover */   
    overflow: hidden;   
    
    border-radius: 8px;
}

.black_filter
{
    -webkit-filter: grayscale(90%);
    filter: grayscale(90%);
}

.black_filter:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);    
}

/* ---------------------------
   ------ Media Queries ------ 
   --------------------------- */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media only screen and (max-width: 1040px){   
     .cookiebanner-message {
        font-size: 14px;           
    }    
}

@media only screen  and (min-device-width: 320px)  and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .cookiebanner{
        max-height:145px;
    }

     .cookiebanner-message {
         font-size: 10px;           
    }
}

@media only screen and (max-width: 568px){
    .cookiebanner-message {
        padding-left: 20px;
        padding-right: 20px;

        padding-top: 20px;
        padding-bottom: 20px;
        
        font-size: 12px;
        max-width: 80%;
    }
    
    .cookiebanner-button{
        padding: 5px 20px;
        max-width: 20%;   
        margin-top:inherit;
        margin-bottom: inherit;
    }    
    
    .job_advertisement_wrapper_left{
        padding: 0px!important;
    }
    
    .job_advertisement_wrapper_left h2{
        padding-top: 40px;
        text-align: center;
    }
    
    .job_advertisement_wrapper_left p{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .job_advertisement_wrapper{
        padding-bottom: 20px;    
    }
    
    .job_benefits_first_text{
        padding-left: 20px;
        padding-right: 20px; 
    }
    
    .job_benefits_secont_text{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .job_benefits_wrapper h2{
        padding-left: 0px;
        padding-right: 0px;
        
        text-align: center;
    }
    
    .readMoreLabel{
        margin-left: 20px!important;    
    }
    
    .job_selection_content{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .job_selection_title h2{
        padding-left: 0px;
        padding-right: 0px;
        
        text-align: center;
    }
    
    .job_accordion_button{        
        font-size: unset;
        padding: 15px 5px 15px 5px;
    }
    
    .job_accordion_button_wrapper{
        margin-left: 10px;
        margin-right: 10px;
        
        display: block;
    }   
}

@media only screen and (min-width : 771px) and (max-width : 980px){
    .job_advertisement_wrapper img{
        display: none;
    }
    
    div.desc{
        font-size: medium!important;        
    }    
    
    .job_advertisement_wrapper_left{
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (min-width : 800px) and (max-width : 900px){
    #slideshow_inline > div { 
        width: 420px;
        height: auto;
    }
}

@media only screen and (min-width : 150px) and (max-width : 920px)
{
    .body {
        clear: both; 
        margin: 0 auto; 
        width: 90%;
        font-size: 90%;
	}   
    
    .wrapper {
        margin: 0 auto;
        width: 90%;
    }
    
    .header-menu{
        display: none;
    }
 
.mobile_nav_button {    
    float: right;
    display: block;
    padding-top: 25px;
    }
}