/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
#div_area_snow {
  display: none !important;
}
.mobile .list-item {
  height: auto !important;
}
/*************************** ANIMIERTER SCHNEE ****************************
#div_area_snow {
	pointer-events: none!important;
	width: 100%;
	height: 100%;
}

#snow{
	background: none;
	pointer-events: none!important;
	background-image:
	url('../images/s1.png'),
	url('../images/s2.png'),
	url('../images/s3.png');
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:1;
	-webkit-animation: snow 35s linear infinite;
	-moz-animation: snow 35s linear infinite;
	-ms-animation: snow 35s linear infinite;
	animation: snow 35s linear infinite;
}

@keyframes snow {
	0% {background-position: 0px 0px,
	
		0px 0px,
	0px 0px;}

	25% {background-position: 500px 500px,
	
		100px 200px,
	-100px 150px;}

	50% {background-position: 400px 1000px,
	
		200px 400px,
	100px 300px;}

	75% {background-position: 500px 1500px,
	
		100px 600px,
	-100px 450px;}

	100% {background-position: 0px 2000px,
	
		0px 800px,
	0px 600px;}

}

@-moz-keyframes snow {
	0% {background-position: 0px 0px,
	
		0px 0px,
	0px 0px;}

	25% {background-position: 500px 500px,
	
		100px 200px,
	-100px 150px;}

	50% {background-position: 400px 1000px,
	
		200px 400px,
	100px 300px;}

	75% {background-position: 500px 1500px,
	
		100px 600px,
	-100px 450px;}

	100% {background-position: 0px 2000px,
	
		0px 800px,
	0px 600px;}

}

@-webkit-keyframes snow {
	0% {background-position: 0px 0px,
	
		0px 0px,
	0px 0px;}

	25% {background-position: 500px 500px,
	
		100px 200px,
	-100px 150px;}

	50% {background-position: 400px 1000px,
	
		200px 400px,
	100px 300px;}

	75% {background-position: 500px 1500px,
	
		100px 600px,
	-100px 450px;}

	100% {background-position: 0px 2000px,
	
		0px 800px,
	0px 600px;}

}

@-ms-keyframes snow {
	0% {background-position: 0px 0px,
	
		0px 0px,
	0px 0px;}

	25% {background-position: 500px 500px,
	
		100px 200px,
	-100px 150px;}

	50% {background-position: 400px 1000px,
	
		200px 400px,
	100px 300px;}

	75% {background-position: 500px 1500px,
	
		100px 600px,
	-100px 450px;}

	100% {background-position: 0px 2000px,
	
		0px 800px,
	0px 600px;}

}

*/
/*************************** MOBILE *****************************/
/************** AUSGEBLENDETE IMAGETICKER ********************/
.mobile .imageticker_horizontal, .mobile .imageticker_vertical, .mobile .imageticker_left_line, .mobile .imageticker_right_line {
  display: none;
}
.cookie-notice {
  position: fixed;
  bottom: 0;
  color: #000;
}
.none {
  display: none;
}
.content_box.starter-list-box {
  display: none;
}
/************* Galerie_Neu ************************/
.list-item .auftrags-zeiten {
  display: unset;
  text-align: center;
}
.starter-list {
  padding: 10px;
}
.list-headline {
  padding: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}
.inner-column {
  text-align: center;
}
.page_ambiente .gallery-single .gallery-image-list {
  display: block;
  float: left;
  width: 100%;
  font-size: 0;
}
.page_ambiente .gallery-single .gallery-sedcard {
  display: inline-block;
  float: right;
  width: 100%;
  padding: 20px;
}
.mobile .frontpage .inner {
  background-image: none;
  background-position: top center;
  background-repeat: no-repeat;
  top: 0px;
  min-height: 400px;
  max-width: 100%;
  padding: 0px;
  height: 100%;
}
.mobile .enter_buttons {
  display: inline-block;
  position: inherit;
  background: -webkit-linear-gradient(#45494d 0, #202020 100%);
  background: -moz-linear-gradient(#45494d 0, #202020 100%);
  background: -ms-linear-gradient(#45494d 0, #202020 100%);
  background: -o-linear-gradient(#45494d 0, #202020 100%);
  background: linear-gradient(#45494d 0, #202020 100%);
  -webkit-box-shadow: 0 3px 0 0 #444;
  -moz-box-shadow: 0 3px 0 0 #444;
  -ms-box-shadow: 0 3px 0 0 #444;
  -o-box-shadow: 0 3px 0 0 #444;
  box-shadow: 0 3px 0 0 #444;
  height: 50px;
  margin-top: 1em;
  padding: 0px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 0px !important;
  margin-left: 8px;
  margin-top: 0px;
  left: 50%;
}
.desktop .enter_buttons .text {
  float: left;
  font-size: 26px;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffcc99 !important;
  font-family: Ovo, serif;
  margin-top: -70px;
  margin-left: 115px;
}
/************* HEADER ***************************/
.mobile .main_header {
  border-bottom: solid 15px #D3BF9F;
}
.mobile #verlinkung_logo {
  position: absolute;
  text-align: center;
  top: 27px;
  width: 284px;
  z-index: 5000;
  left: 50%;
  margin-left: -141px;
  height: 114px;
}
.mobi_extra_content {
  background-position: top center;
}
/************* MENU ***************************/
.mobile .main_nav.open {
  height: auto;
  width: 980px;
  margin: 0 auto;
}
.mobile .menu_button {
  left: 8%;
  margin-left: -13px;
  top: 15%;
}
.mobile li {
  margin-left: 0px;
}
/*********** ALLGEMEIN **************************/
.mobile h1 {
  margin-bottom: 20px;
  color: #fde5bf;
  font-size: 28px;
  font-family: Montserrat, Sans-Serif;
  border-bottom: 5px solid #D3BF9F;
}
/************* CONTENT ****************************/
.mobile .main_content {
  max-width: 980px;
  color: #ffe8c3;
  background-color: black;
  font-size: 1rem;
  line-height: 1.5rem;
}
/************* GALERIE *****************************/
.mobile .as_litebox .anzeigentext_html {
  display: -webkit-inline-box;
  text-align: left;
}
.mobile .galerie_headline {
  text-align: left;
}
.mobile .content.galerie a {
  text-decoration: underline;
}
.mobile .litebox_thumb_container .main_headline {
  display: none;
}
.mobile .auftrags_zeiten {
  margin-bottom: 13px;
}
/************ PREISE ***********************************/
.mobile table, .mobile tr, .mobile td {
  border: none;
  padding: 4px !important;
}
/*************** FOOTER *****************************/
.mobile .mobi_footer_menu {
  text-align: center;
  color: #FAE07F;
}
.mobile .mobi_footer_menu a {
  margin-right: 4px;
  margin-left: 4px;
}
.mobile .main_footer {
  position: relative;
  bottom: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 15px;
  height: auto;
  font-size: inherit;
  margin-top: 15px;
}
/****************************************************************/
.kusschen {
  margin-right: 28px;
  width: 143px !important;
  float: left;
}
.desktop .tabelle_honorar {
  font-size: 20px;
}
.mobile .tabelle_honorar {
  font-size: 16px;
}
/** table.tabelle_honorar tr:nth-child(odd) {
	background: none;
}

table.tabelle_honorar tr:nth-child(even) {
	background-color: rgba(255,255,255, 0.1);
} **/
.sexy {
  width: 480px !important;
}
.weihnachten {
  font-size: 26px;
  color: darkred;
  font-weight: bold;
  text-align: center;
}
.as_litebox .mobile_gallery_thumb {
  cursor: pointer;
  min-width: 150px;
  max-width: 150px !important;
  max-height: 150px;
  min-height: 50px;
}
.text_center {
  text-align: center;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  color: black;
}
#saddr, .btn_route_berechnen {
  margin: 10px 0;
  color: black;
}
.entry-text {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 150px;
}
/** ENTER BUTTONS **/
.enter_buttons {
  display: inline-block;
  position: absolute;
  top: 347px;
  left: 50%;
  background: none;
  /* W3C */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  height: 50px;
  margin-top: 1em;
  padding: 9px 15px;
  border-radius: 0;
  margin-left: 230px;
}
.enter_buttons .text {
  float: left;
  font-size: 26px;
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 10px;
  padding-left: 5px;
  color: #fae6c2;
  padding-top: 0px;
  font-family: Montserrat, Sans-Serif;
}
.enter_buttons:hover .text {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
.enter_buttons .language_flag {
  display: none;
}
.frontpage {
  overflow: auto;
}
.menuitem {
  margin-right: 2px;
}
#div_area_1 .menuitem_impressum, #div_area_1 .menuitem_home, #div_area_1 .menuitem_datenschutz {
  display: none;
}
#div_area_1 .menuitem {
  margin: 0px 3px;
  padding: 10px 20px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.7);
  -ms-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.7);
  -o-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.7);
}
#div_area_1 .menuitem:hover {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
#div_area_12 {
  color: #000;
  font-family: Montserrat, Sans-Serif;
  font-size: 29px !important;
}
#div_area_12:hover {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}
#div_area_12 .spacer {
  position: absolute !important;
  left: 0px;
}
#div_area_10 .main_menu {
  position: absolute;
  bottom: 8px;
  left: 0px;
  text-align: center;
  width: 100%;
}
#div_area_10 .main_menu .menuitem {
  padding: 0 4px;
}
#div_area_10 .main_menu .menuitem .background, #div_area_10 .main_menu .menuitem .background_hover {
  background-image: none;
  background-color: black;
}
#div_area_10 .main_menu .menuitem .text {
  color: #fde5bf;
  font-family: Montserrat, Sans-Serif;
  font-size: 24px;
  padding: 4px;
}
#div_area_13 {
  color: #fde5bf;
  font-family: Montserrat, Sans-Serif;
}
#div_area_2 {
  border-style: solid;
  border-width: 1px;
  border-color: #fae6c3;
  background-color: black;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1025px;
  height: 5px;
}
#div_area_11 {
  position: absolute;
  top: 544px;
  bottom: 120px;
  width: 1076px;
  height: auto !important;
  left: 50%;
  margin-left: -538px !important;
}
.content_left_top {
  position: absolute;
  top: 0;
  left: 1px;
  width: 35px;
  height: 400px;
  background-image: url(../images/extension_left.png);
}
.content_right_top {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 400px;
  background-image: url(../images/extension_right.png);
}
.content_left_endless {
  position: absolute;
  top: 400px;
  bottom: 41px;
  left: 1px;
  width: 35px;
  background-image: url(../images/middle_left.png);
}
.content_right_endless {
  position: absolute;
  top: 400px;
  bottom: 41px;
  right: 0;
  width: 35px;
  background-image: url(../images/middle_right.png);
}
.content_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 41px;
  width: 1076px;
  background-image: url(../images/content_end.png);
  z-index: 1;
}
.content_bg {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 39px;
  background-color: black;
  background-image: url(../images/gradient_maincontent.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  width: 999px;
  z-index: -1;
}
#div_area_content {
  margin-bottom: 120px;
  min-height: 500px !important;
  font-family: Montserrat, Sans-Serif;
  line-height: 1.5rem;
}
#div_area_content header {
  margin-bottom: 20px;
  color: #fde5bf;
  font-size: 28px;
  font-family: Montserrat, Sans-Serif;
}
.Home #div_area_content {
  padding-bottom: 250px;
  padding-right: 210px;
}
.imageticker_vertical {
  position: absolute;
  right: 27px;
  top: -25px;
  bottom: 206px;
  overflow: hidden;
}
.imageticker_left_line {
  position: absolute;
  top: -25px;
  right: 193px;
  bottom: 206px;
  width: 6px;
  background-image: url(../images/line2.png);
  background-repeat: repeat-y;
}
.imageticker_right_line {
  position: absolute;
  top: -25px;
  right: 36px;
  bottom: 206px;
  width: 6px;
  background-image: url(../images/line2.png);
  background-repeat: repeat-y;
}
.imageticker_vertical .imageticker_container {
  height: 100% !important;
}
#imgticker_1398236806_0_container, .vertical .scroller_frame {
  width: 150px !important;
}
.imageticker_horizontal {
  position: absolute;
  left: 7px;
  bottom: 46px;
  width: 1065px;
  background-color: black;
  height: 154px;
}
.imageticker_top_line {
  position: absolute;
  left: 7px;
  bottom: 200px;
  height: 6px;
  width: 1065px;
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
}
.imageticker_bottom_line {
  position: absolute;
  left: 7px;
  bottom: 39px;
  height: 6px;
  width: 1065px;
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
}
table, tr, td {
  border: none;
  padding: 5px;
}
.imageticker table, tr, td {
  border: none;
  padding: 0px;
}
.thumb_container .uebersicht_thumb img, .Home #div_area_content .imageticker img {
  border: 1px solid rgba(253, 229, 191, 0.8);
}
#div_area_content .area_content .psw-tab {
  padding: 20px 70px 255px 70px !important;
}
.page_home #div_area_content .area_content .psw-tab {
  padding-right: 220px !important;
}
li {
  margin-left: 30px;
}
