html, body{
    font-family: 'Roboto',sans-serif;
    min-width: 300px !important;
    color: #2B2B2B;
}

a {
    color: #2B2B2B;
}
a:hover {
    color: #2B2B2B;
    text-decoration: none;
}

/* ///////////////////////////////////////
/*            NAVBAR  START             */
/* //////////////////////////////////// */
#logo {
        height: 55px;
        width: auto;
        vertical-align: top;
}
#logo-name {
        display:none;
}
.titelleiste-teil{
        float: left;
        
}
.large-device{
        padding-left: 30px;
        padding-right: 30px;
}
.logo-large{
        height:130px;
        width: auto;
        margin-left: 10px;
        transition: all 0.5s ease 0s;
}
.titelleiste-text-large{
        margin: 35px 15px 0 15px;
}
.hotel-name-large{
        font-size: 180% !important;
}
.logo-small{
        height:80px;
        width: auto;
        margin-left: 10px;
        margin-top: 10px;
}
.titelleiste-text-small{
        margin: 30px 0 30px 10px;
}
.hotel-name-small{
        font-size: 140% !important;
}
.flaggen-mini-device {
        position: fixed;
        top: 70px;
        left: 100px;
        z-index: 998;
        width: 80px;
        height: 40px;
        display: none;
} 
.nav-wrapper{
        position: fixed;
        padding: 5px 0;
        top: 0;
		/*border-width: 0 0 1px;*/
        z-index: 995;
        width: 100%;
        min-width: 300px !important;
        background-color: #f7f7f7;
}
.navbar-nav{
        vertical-align: middle !important;
}
.menu-bar {
        margin:auto;
        max-width:1160px;
        height: auto;
        color: #684941;
}
.large-device{
        height: 100%;
        width: auto;
}
.small-device{
        height: 100%;
        width: auto;
}
.admin_navbar {
    margin: 20px 20px !important;
}
.nav-platzhalter{
        position: relative;
        top: 0px;
        width: 100%;
        display: block !important;
}

/*   Navbar verkleinern beim Scrollen  */
.shrinked-logo {
        height:80px !important;
        transition: all 0.5s ease 0s;
}
.shrinked-titelleiste-text-large{
        margin: 15px 15px 0 15px !important;
        transition: all 0.5s ease 0s;
}
/* ///////////////////////////////////////
/*            NAVBAR  ENDE              */
/* //////////////////////////////////// */




/* ///////////////////////////////////////
/*           FOOTER  START              */
/* //////////////////////////////////// */
#footer1 {
        clear:left;
        position:relative;
        margin:15px 0 0 0;
        padding:10px 0 10px 0;
        /*
        background-color:#3f5e2c;
        background-color: #9d204a;
        background-color: #406EAB;
       */
        background-color: #F5F5F5;
        width: 100%;
        text-align:center;
        vertical-align:middle;
        /*
        color: white;
        */
        color: #525252;
        /*background: rgb(115,171,80); /* Old browsers */
        /*background: -moz-linear-gradient(top,  rgba(115,171,80,1) 21%, rgba(115,171,80,1) 21%, rgba(63,94,44,1) 100%); /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,rgba(115,171,80,1)), color-stop(21%,rgba(115,171,80,1)), color-stop(100%,rgba(63,94,44,1))); /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top,  rgba(115,171,80,1) 21%,rgba(115,171,80,1) 21%,rgba(63,94,44,1) 100%); /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top,  rgba(115,171,80,1) 21%,rgba(115,171,80,1) 21%,rgba(63,94,44,1) 100%); /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top,  rgba(115,171,80,1) 21%,rgba(115,171,80,1) 21%,rgba(63,94,44,1) 100%); /* IE10+ */
        /*background: linear-gradient(to bottom,  rgba(115,171,80,1) 21%,rgba(115,171,80,1) 21%,rgba(63,94,44,1) 100%); /* W3C */
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ab50', endColorstr='#3f5e2c',GradientType=0 ); /* IE6-9 */
}
#footer1 a {
        text-decoration: underline;
        /* color:white; */
        color: #525252;
}
#footer1 a:hover {
        text-decoration: none;
        /*color: #FFA700; */
        color: #b0b0b0;
}
#footer1a {
        font-size: 110%;
        font-weight: bolder;
}
#footer2 {
        font-size: 85%;
        padding: 20px 15px;
        background-color: #f4f4f3;:
}
#footer2 a {
        color: black;
}
.platzhalter {
    color: #F5F5F5;
}
.platzhalter2 {
    min-width: 40px;
    max-width: 42px;
    height: 15px;
    display: inline-block;
}
/* ///////////////////////////////////////
/*            FOOTER  ENDE              */
/* //////////////////////////////////// */

.no-margin {
        margin: 0 !important;
}

.no-padding {
        padding: 0 !important;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: white;
 }
 

.hauptfeld {
        width: 100%;
        background-color: #232323;
        padding: 10px 0;
        -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		margin-bottom: -15px !important;
        color: #C9C9C9;
}

.hauptfeld2 {
        max-width: 1200px;
        background-color: #166613;
        border-radius: 15px;
        padding: 15px;
		margin: 0 auto 40px auto;
        -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75); 
}
.hauptfeld3 {
        max-width: 1200px;
        background-color: #FFFDF7;
        border-radius: 15px;
        padding: 15px;
		margin: 0 auto 40px auto;
        -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75); 
}
.hauptfeld4 {
        max-width: 500px;
        background-color: #EDEDED;
        border-radius: 15px;
        padding: 15px;
		margin: 0 auto 40px auto;
        -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
}
.hauptfeld5 {
        max-width: 600px;
        background-color: #166613;
        border-radius: 15px;
        padding: 15px;
		margin: 0 auto 40px auto;
        -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
}

.edit_data{
    max-width: 300px;
    margin: auto;
}


/* ///////////////////////////////////////
/*           LOGIN BOX  START           */
/* //////////////////////////////////// */

.login_box {
        max-width: 500px;
        background-color: #EDEDED;
        border-radius: 15px;
        padding: 15px;
		margin: 0 auto 40px auto;
        -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75); 
}
.login_box input {
    max-width: 200px;
    line-height: 15px;
}
.login_box .menu_icons {
    margin-right: 10px;
}


/* ///////////////////////////////////////
/*           LOGIN BOX  ENDE            */
/* //////////////////////////////////// */



/* ///////////////////////////////////////
/*         MASONRY GRID  START          */
/* //////////////////////////////////// */
.grid-item {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px;
    border-style: dotted dotted dotted none;
    border-color: #969696;
    border-width: 0px;
    transition: 0.3s;
    transition-property: border-width;
}
.grid-item--open:hover .img_advent_kalender_wrapper_open {
    transform: perspective(1200px) rotateY(40deg) !important;
}
.grid-item--open:hover {
    /* border: 1px solid #969696; */
    border-width: 1px;

}
.img_advent_kalender {
    height: 200px;
}
.grid-item--height2 {
    height: 240px;
}
.grid-item--height3 {
    height: 290px;
}
.grid-item--height4 {
    height: 350px;
}
.grid-item--height5 {
    height: 410px;
}
.grid-item--height10 {
    height: 300px;
    width: 410px;
}

@media (max-width: 449px) {
   .grid-item--height10_a {
        height: 500px;
        width: 200px;
    }
    .grid-item--height10_b {
        display:none !important;
    }
}
@media (min-width: 450px) {
    .grid-item--height10_a {
        display:none !important;
    }
    .grid-item--height10_b {
        height: 300px;
        width: 410px;
    }
}

/* ///////////////////////////////////////
/*         MASONRY GRID  ENDE           */
/* //////////////////////////////////// */





/* ///////////////////////////////////////
/*      Adventskalender  START          */
/* //////////////////////////////////// */


.advent_kalender {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.advent_kalender_feld {
    /* border: 1px solid #969696; */
}
.img_advent_kalender_wrapper, .img_advent_kalender_wrapper_open{
    width: 100%;
    height: 100%;
    transform-origin: left;
    transition: transform .45s;
}
.img_advent_kalender_wrapper_open{
    cursor: pointer;
}
.img_advent_kalender{
    height: 100%;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}
.seiten_titel {
        color: #C9C9C9;
}

.wrapper_img_unter_kalender{
    height: 150px;
    max-width: 1000px;
    margin: auto;
}

.img_unter_kalender {
    width: auto;
    height: auto;
    max-height: 150px;
    max-width: 90vw;
}
.form_gewinnspiel{
    max-width: 300px;
    margin: auto;
}
.form_quiz{
    max-width: 580px;
    margin: auto;
}
.shorter_width{
    max-width: 300px;
    margin: auto;
}
.form_info{
    font-size:9px;
}
.img_kalender_tuerchen {
    max-height: 200px;
}
.display_info_gewinnspiel, .display_info_quiz{
    display: none;
    margin-top: 15px;
    padding: 8px;
    border-radius: 15px;
    background-color: #FF9191;
    color: #A30101;
    font-weight: 600;
    font-size: 12px;
}
.nebeneinander{
    display: flex;
}
.space_right_3 {
    margin-right: 3px;
}
.tuerchen_img {
    width: 100%;
    border-radius: 5px;
}
.tuerchen_video_quer {
    width: 100%;
    max-width: 570px;
    border-radius: 5px;
}
.tuerchen_video_hoch {
    width: auto;
    max-height: 600px;
    border-radius: 5px;
}
.zutaten_liste {
    text-align: left;
}
.marketing_text{
    font-size: 80%;
}
.right_answer{
    color: #027202;
}
.wrong_answer{
    color: #c70000;
}

.kleingedrucktes{
    font-size: 1.1rem;
}
.socialLogo{
    display: inline-block;
    transition: transform 0.3s ease;
    color: #9C204D;

}
.socialLogo:hover{
    transform: scale(1.3); /* 20 % größer */
}

.auflistungWeihnachten{
    text-align: justify;
    padding-right: 25px;
    list-style: none;
    position: relative;
}
.auflistungWeihnachten li::before {
    content: "⭐";  /* dein Symbol */
    position: absolute;
    left: 10px;
}



/* Animation definieren */
@keyframes alarmPause {
    0%   { transform: rotate(0deg); }
    5%  { transform: rotate(15deg); }
    10%  { transform: rotate(-15deg); }
    15%  { transform: rotate(15deg); }
    20%  { transform: rotate(-15deg); }
    25%  { transform: rotate(0deg); }
    100% { transform: rotate(0deg); } /* Pause am Ende */
}

.socialLogoMovement {
    display: inline-block;
    animation: alarmPause 3s ease-in-out infinite; /* längere Dauer = Pause am Ende */
}
/* Animation definieren */
@keyframes alarmPause2 {
    0%   { transform: rotate(0deg); }
    30%   { transform: rotate(0deg); }
    35%  { transform: rotate(15deg); }
    40%  { transform: rotate(-15deg); }
    45%  { transform: rotate(15deg); }
    50%  { transform: rotate(-15deg); }
    55%  { transform: rotate(0deg); }
    100% { transform: rotate(0deg); } /* Pause am Ende */
}

.socialLogoMovement2 {
    display: inline-block;
    animation: alarmPause2 3s ease-in-out infinite; /* längere Dauer = Pause am Ende */
}

.copyright{
    display: block;
    text-align: right;
    font-size: 1.0rem;
    margin-bottom: -20px;
}

.text_absatz{
    text-align: justify !important;
}

.trennlinie{
    border-top: 1px solid black;
    display: block;
}

/* ///////////////////////////////////////
/*      Adventskalender  ENDE           */
/* //////////////////////////////////// */






/* ///////////////////////////////////////
/*          LADEBILD  START             */
/* //////////////////////////////////// */
#ladebild {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        color: white;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);;
        z-index: 980;
}

#ladebild2 {
        position: fixed;
        display: inline-block;
		top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: white;
        z-index: 50000;
}
/* ///////////////////////////////////////
/*          LADEBILD  ENDE              */
/* //////////////////////////////////// */




/* ///////////////////////////////////////
/*        Santa overlay  START          */
/* //////////////////////////////////// */

.overlay_wrapper{
    position: fixed;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 500px;
    max-width: 400px;
    z-index: 8000;
    display: none;
}
/*
 overlay_wrapper_2 und overlay_img_2 sind die dahinter liegenden Elemente
 und dienen nur um einen Glow Effekt zu erzeugen
 */
.overlay_wrapper_2{
    position: fixed;
    top: 50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 500px;
    max-width: 400px;
    z-index: 7999;
    display: none;
}
.overlay_img{
    height: 400px;
    max-height: 60vh;
    width: auto;
    margin: auto;
}

.overlay_img_2{
    height: 400px;
    max-height: 60vh;
    width: auto;
    margin: auto;
    -webkit-filter: blur(50px) saturate(10000%);
    filter: blur(50px) saturate(10000%);
    transform: scale(1.08);
}
.overlay_textfeld{
    max-width: 380px;
    height: 110px;
    background-color: black;
    color: #DBDBDB;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    vertical-align: middle;
    border-radius: 3px;
}
.close_overlay{
    cursor: pointer;
}

.btn-santa-ok{
    background-color: #265A87 !important;
}


/* ///////////////////////////////////////
/*         Santa overlay  ENDE          */
/* //////////////////////////////////// */



/* ///////////////////////////////////////
/*        cookie banner  START          */
/* //////////////////////////////////// */
#cookie_img {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 50px; 
    height: 50px;
    margin: 5px;
    background-color: #D3D3D3;
    border-radius: 25px;
    z-index: 700;
    cursor:pointer;
    display: block;
}
@media (max-width: 330px) {
    #cookie_img {
        left: 5px !important;
        bottom: 5px !important;
    }
}
#cookie_img:hover {
    transform: scale(1.2);
}
#cookie_img i {
    font-size: 300%;
    color: #96720F;
    margin: 4px 0 0 3px;
}
.cc-pc-head-lang .cc-pc-head-lang-select{
    font-size: 17px;
}
/* ///////////////////////////////////////
/*        cookie banner  ENDE           */
/* //////////////////////////////////// */



/* ///////////////////////////////////////
/*   SCHNEEFLOCKE UND SANTA    START    */
/* //////////////////////////////////// */
.sleigh {
	font-size: 3.8rem;
	color: transparent; /*set color to transparent to re-color emojis*/
	text-shadow: 0 0 0 #6B8EB2; /*recolor emojis*/
    color: #6B8EB2;
}



.santa {
	animation-name: up, across;
	animation-duration: 10s, 6.5s;
	animation-timing-function: ease-in-out, linear;
	animation-iteration-count: 1, 1;
	/*  animation-delay: 3s, 5s;   zu finden unter @media, wegen angepasster Bildschirmbreite    */
	position: fixed;
	right: -80px;
	top: 250px;
	z-index: 200;
	filter: blur(1px);
}
.santa1 {
	animation-name: up, across;
	animation-duration: 10s, 6.5s;
	animation-timing-function: ease-in-out, linear;
	animation-iteration-count: 1, 1;
	/* animation-delay: 3.2s, 5.1s;   zu finden unter @media, wegen angepasster Bildschirmbreite    */
	position: fixed;
	right: -80px;
	top: 250px;
	z-index: 200;
	filter: blur(1px);
}
.santa2 {
	animation-name: up, across;
	animation-duration: 10s, 6.5s;
	animation-timing-function: ease-in-out, linear;
	animation-iteration-count: 1, 1;
	/* animation-delay: 3.4s, 5.2s;   zu finden unter @media, wegen angepasster Bildschirmbreite    */
	position: fixed;
	right: -80px;
	top: 250px;
	z-index: 200;
	filter: blur(1px);
}
.santa3 {
	animation-name: up, across;
	animation-duration: 10s, 6.5s;
	animation-timing-function: ease-in-out, linear;
	animation-iteration-count: 1, 1;
	/* animation-delay: 3.6s, 5.3s;   zu finden unter @media, wegen angepasster Bildschirmbreite    */
	position: fixed;
	right: -80px;
	top: 250px;
	z-index: 200;
	filter: blur(1px);
}
.santa4 {
	animation-name: up, across;
	animation-duration: 10s, 6.5s;
	animation-timing-function: ease-in-out, linear;
	animation-iteration-count: 1, 1;
	/* animation-delay: 3.8s, 5.4s;   zu finden unter @media, wegen angepasster Bildschirmbreite    */
	position: fixed;
	right: -80px;
	top: 250px;
	z-index: 200;
	filter: blur(1px);
}
.santa5 {
	animation-name: up, across;
	animation-duration: 10s, 6.5s;
	animation-timing-function: ease-in-out, linear;
	animation-iteration-count: 1, 1;
	/* animation-delay: 4s, 5.6s;   zu finden unter @media, wegen angepasster Bildschirmbreite    */
	position: fixed;
	right: -80px;
	top: 250px;
	z-index: 200;
	filter: blur(1px);
}


@media (max-width: 349px) {
    .santa {
        animation-delay: 3s, 5s;
    }
    .santa1 {
        animation-delay: 3.5s, 5.6s;
    
    }
    .santa2 {
        animation-delay: 4s, 6.2s;
    
    }
    .santa3 {
        animation-delay: 4.5s, 6.8s;
    
    }
    .santa4 {
        animation-delay: 5s, 7.4s;
    
    }
    .santa5 {
        animation-delay: 5.5s, 8s;
    }
}



@media (min-width: 350px) and (max-width: 1099px) {
    .santa {
        animation-delay: 3s, 5s;
    }
    .santa1 {
        animation-delay: 3.3s, 5.3s;
    }
    .santa2 {
        animation-delay: 3.6s, 5.6s;
    }
    .santa3 {
        animation-delay: 3.9s, 5.9s;
    }
    .santa4 {
        animation-delay: 4.2s, 6.2s;
    }
    .santa5 {
        animation-delay: 4.5s, 6.5s;
    }
}


@media (min-width: 1100px) {
    .santa {
        animation-delay: 3s, 5s;
    }
    .santa1 {
        animation-delay: 3.2s, 5.1s;
    }
    .santa2 {
        animation-delay: 3.4s, 5.2s;
    }
    .santa3 {
        animation-delay: 3.6s, 5.3s;
    }
    .santa4 {
        animation-delay: 3.8s, 5.4s;
    }
    .santa5 {
        animation-delay: 4s, 5.6s;
    }
}


.fa-sleigh {
	color: #7F5030;
	transform: scale(-1, 1);
}

@keyframes up {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(100px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes across {
	from {
		right: 0%;
	}

	to {
		right: 100%;
	}
}

.fa-snowflake {
	color: #ecf2f8;
}

.snow {
	width: 100%;
	height: 100%;
	position: absolute;
}

.snowflake {
	animation-name: fall, shake;
	animation-duration: 10s, 5s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	left: 200px;
	z-index: 7;
	filter: blur(0.5px);
}

.snowflake1 {
	animation-name: fall, shake;
	animation-duration: 10s, 3s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	left: 500px;
	top: -100px;
	animation-delay: 1s, 1s;
	z-index: 7;
	filter: blur(0.5px);
}

.snowflake2 {
	animation-name: fall, shake;
	animation-duration: 8s, 5s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	left: 20px;
	top: -100px;
	animation-delay: 2s, 2s;
	z-index: 7;
	filter: blur(0.5px);
}

.snowflake3 {
	animation-name: fall, shake;
	animation-duration: 9s, 5s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	right: 170px;
	top: -100px;
	animation-delay: 3s, 5s;
	z-index: 5;
	filter: blur(0.7px);
}

.snowflake4 {
	animation-name: fall, shake;
	animation-duration: 15s, 5s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	right: 430px;
	top: -100px;
	animation-delay: 4s, 4s;
	z-index: 5;
}

.snowflake5 {
	animation-name: fall, shake;
	animation-duration: 15s, 4s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	left: 500px;
	top: -100px;
	animation-delay: 6s, 2s;
	font-size: 2rem;
	z-index: 6;
	filter: blur(0.5px);
}

.snowflake6 {
	animation-name: fall, shake;
	animation-duration: 12s, 5s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	left: 75px;
	top: -100px;
	animation-delay: 3.2s, 2s;
	font-size: 2rem;
	z-index: 6;
}

.snowflake7 {
	animation-name: fall, shake;
	animation-duration: 11s, 5s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	left: 650px;
	top: -100px;
	animation-delay: 7.2s, 1s;
	z-index: 7;
}

.snowflake8 {
	animation-name: fall, shake;
	animation-duration: 12s, 4s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	left: 820px;
	top: -100px;
	animation-delay: 4s, 2s;
	font-size: 2rem;
	z-index: 5;
	filter: blur(0.5px);
}

.snowflake9 {
	animation-name: fall, shake;
	animation-duration: 12s, 4s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	left: 170px;
	top: -100px;
	animation-delay: 5s, 2s;
	font-size: 2rem;
	z-index: 5;
	filter: blur(0.3px);
}

.snowflake10 {
	animation-name: fall, shake;
	animation-duration: 15s, 9s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	left: 350px;
	top: -100px;
	animation-delay: 2.7s, 2s;
	font-size: 3rem;
	z-index: 7;
}

.snowflake11 {
	animation-name: fall, shake;
	animation-duration: 12s, 7s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	right: 400px;
	top: -100px;
	animation-delay: 0.5s, 2s;
	font-size: 3rem;
	z-index: 7;
}

.snowflake12 {
	/*small*/
	animation-name: fall, shake;
	animation-duration: 12s, 5s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	left: 470px;
	top: -100px;
	animation-delay: 5s, 2s;
	z-index: 7;
	filter: blur(0.9px);
}

.snowflake13 {
	/*small*/
	animation-name: fall, shake;
	animation-duration: 10s, 5s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	right: 220px;
	top: -100px;
	animation-delay: 1s, 2s;
	z-index: 7;
	filter: blur(0.6px);
}

.snowflake14 {
	/*small*/
	animation-name: fall, shake;
	animation-duration: 9s, 4s;
	animation-timing-function: linear, ease-in-out;
	animation-iteration-count: infinite, infinite;
	position: fixed;
	right: 140px;
	top: -100px;
	animation-delay: 2s, 2s;
	z-index: 7;
	filter: blur(0.5px);
}

@keyframes fall {
	0% {
		top: -10%;
	}

	100% {
		top: 100%;
	}
}

@keyframes shake {
	0% {
		transform: translatex(0);
	}
	50% {
		transform: translatex(50px);
	}
	100% {
		transform: translatex(0);
	}
}
/* ///////////////////////////////////////
/*   SCHNEEFLOCKE UND SANTA    ENDE     */
/* //////////////////////////////////// */



.result_box{
    margin-bottom: 40px;
}


.mouse-pointer{
        cursor: pointer !important;
}

.gesofted {
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
}



.modal-dialog{
        z-index: 9998;
}

.links-xs-rechts-sm {
        text-align: right;
}

.max-laenge {
        max-width: 1920px;
        margin: auto;
}

.lang-select2 img {
        margin: 10px 10px 0 0;
        cursor: pointer;
}
.lang-select3 img {
        cursor: pointer;
}
.lang-select2 img:hover {
        /*zoom object = scale(breite, höhe)*/    
        -webkit-transform:scale(1.3,1.3); /* Safari and Chrome */
        -moz-transform:scale(1.3,1.3); /* Firefox */
        -ms-transform:scale(1.3,1.3); /* IE 9 */
        -o-transform:scale(1.3,1.3); /* Opera */
        transform:scale(1.3,1.3);
}


.link-black a{
        color:black !important;
}







@media (max-width: 330px) {
        .lang-select3 img {
                -webkit-transform:scale(.7,.7) !important; /* Safari and Chrome */
                -moz-transform:scale(.7,.7) !important; /* Firefox */
                -ms-transform:scale(.7,.7) !important; /* IE 9 */
                -o-transform:scale(.7,.7) !important; /* Opera */
                transform:scale(.7,.7) !important;
        }
        .flaggen-small-device{
            display: none !important;
        }
        .flaggen-mini-device {
            display:block !important;
        }
        
}



@media (max-width: 449px) {
        .visible_bis_449{
                display:block !important;
        }
        .visible_ab_450{
                display: none !important;
        }
}
@media (min-width: 450px) {
        .visible_bis_449{
                display: none !important;
        }
        .visible_ab_450{
                display:block !important;
        }
}

@media (max-width: 767px) {
        body:before {
                background: none;
        }
        .links-xs-rechts-sm {
                text-align: left !important;
        }
        .no-margin-xs {
                margin: 0 !important;
        }
        .no-padding-xs{
                padding: 0 !important;
        }
        .lang-select img:hover {
                /*zoom object = scale(breite, höhe)*/    
                -webkit-transform:scale(1,1) !important; /* Safari and Chrome */
                -moz-transform:scale(1,1) !important; /* Firefox */
                -ms-transform:scale(1,1) !important; /* IE 9 */
                -o-transform:scale(1,1) !important; /* Opera */
                transform:scale(1,1) !important;
                -webkit-filter: brightness(120%);
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                transition: all 0.5s ease;
        }
        .lang-select2 img:hover {
                /*zoom object = scale(breite, höhe)*/    
                -webkit-transform:scale(1,1) !important; /* Safari and Chrome */
                -moz-transform:scale(1,1) !important; /* Firefox */
                -ms-transform:scale(1,1) !important; /* IE 9 */
                -o-transform:scale(1,1) !important; /* Opera */
                transform:scale(1,1) !important;
                -webkit-filter: brightness(120%);
        }
        .kalender-link{
            font-size: 1.4rem !important;
        }

}

@media (max-width: 511px) {
        .modal-dialog {
                width: 95vw;
        }
}


@media (max-width: 1000px) {
        /*
        .nav-wrapper {
                height: 100px !important;
        }
        */
        .nav-platzhalter{
                min-height: 100px !important;
                max-height: 100px !important;
        }
        .small-device{
               display: block !important;
        }
        .large-device{
                display: none !important;
        }
}
@media (min-width: 1000px) {
        /*
        .nav-wrapper {
                height: 130px !important;
        }
        */
        .nav-platzhalter{
                min-height: 130px !important;
                max-height: 130px !important;
        }
        .small-device{
                display: none !important;
        }
        .large-device{
               display: block !important;
        }
}


@media (max-width: 1030px) {
        .img-overlay5{
                display: none !important;
        }
}

@media (min-width: 1370px) {
        h1 a{
                font-size: 140% !important;
        }
        h1 {
                font-size: 220% !important;
        }
        h2, h3, h4 {
                font-size: 160% !important;
        }
        #logo {
                height: 70px !important;
        }
        #footer1 {
                font-size: 90% !important;
        }
        #footer1a {
                font-size: 110% !important;
        }
        #footer2 {
                font-size: 85% !important;
        }
        .popover-hide .fa-info {
                vertical-align: text-top !important;
        }
        .lang-select {
                top: 85px !important;
                right: 22%;
        }
        .lang-select img {
                -webkit-transform:scale(1.2,1.2) !important; /* Safari and Chrome */
                -moz-transform:scale(1.2,1.2) !important; /* Firefox */
                -ms-transform:scale(1.2,1.2) !important; /* IE 9 */
                -o-transform:scale(1.2,1.2) !important; /* Opera */
                transform:scale(1.2,1.2) !important;
                margin-right: 5px;
        }
        .lang-select img:hover {
                /*zoom object = scale(breite, höhe)*/    
                -webkit-transform:scale(1.5,1.5) !important; /* Safari and Chrome */
                -moz-transform:scale(1.5,1.5) !important; /* Firefox */
                -ms-transform:scale(1.5,1.5) !important; /* IE 9 */
                -o-transform:scale(1.5,1.5) !important; /* Opera */
                transform:scale(1.5,1.5) !important;
        }
        .lang-select2 img {
                -webkit-transform:scale(1.2,1.2) !important; /* Safari and Chrome */
                -moz-transform:scale(1.2,1.2) !important; /* Firefox */
                -ms-transform:scale(1.2,1.2) !important; /* IE 9 */
                -o-transform:scale(1.2,1.2) !important; /* Opera */
                transform:scale(1.2,1.2) !important;
        }
        .lang-select2 img:hover {
                /*zoom object = scale(breite, höhe)*/    
                -webkit-transform:scale(1.5,1.5) !important; /* Safari and Chrome */
                -moz-transform:scale(1.5,1.5) !important; /* Firefox */
                -ms-transform:scale(1.5,1.5) !important; /* IE 9 */
                -o-transform:scale(1.5,1.5) !important; /* Opera */
                transform:scale(1.5,1.5) !important;
        }
}

@media (min-width: 1457px) {
    /*  die lg Reihen hatten plötzliche leere Felder vor dem letzten div,
    somit stand der letze div eigentartig alleine in der Mitte  */
    .multi-row-helper.row > div[class*="col-lg-"] {
        clear: none;
    }
    .multi-row-helper div[class~="col-lg-2"]:nth-child(6n+1),
    .multi-row-helper div[class~="col-lg-3"]:nth-child(4n+1),
    .multi-row-helper div[class~="col-lg-4"]:nth-child(3n+1),
    .multi-row-helper div[class~="col-lg-6"]:nth-child(2n+1) {
        clear: left;
    }
    
}
