/*   Content by 
  Druck & Service Garhammer GmbH
  Florian Garhammer
  f.garhammer@garhammer-druck.de
  Tel. +49 9921 882270
==================================================
  */

/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, svg, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
  
body {  
  line-height: 1; }
  
ol, ul, li, a {
  list-style: none;
  text-decoration: none; }

ol li {
  list-style:decimal;
  margin-left: 25px;}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }
  
table {  
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height:100.001%;
  overflow: scroll; }


/* #Typography
================================================== */

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a  {
  font-family: 'Yeseva One', cursive;
  font-weight: 400;
  color: #d3a872;
  text-decoration: none;
  line-height: 1.6; 
  padding-bottom: 20px;}

h1, h1 a {
  font-size: 44px;
  text-transform: uppercase;}

h2, h2 a {
  font-size: 34px; }

h3, h3 a {
  font-size: 30px; }

h4, h4 a {
  font-size: 26px; }

h5, h5 a {
  font-size: 22px; }

p, span, li, ol, ul, table {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.75;
  color: #555;}
  
a {  
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #1b262f;
  cursor: pointer;
  font-size: 20px;}

a:hover {
  color: #366085; }

hr {
    border: none;
    border-bottom: 2px dotted rgba(0,0,0,0.1);
    margin: 14px 0;}
  
.counter {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: #ddd;
  color: #fff;
  margin-bottom: 15px;
  border-left: 3px solid #1b262f;
  padding: 3px 3px 3px 10px;}
  
.published > span {
  border-left: none;
  padding: 0;}

/* #Colors and Classes
--------------------------------------------------------- */  
.white {color: #ffffff;}

.red, p.red, h1 a:hover {color:#1b262f;}
.red:hover, p.red:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {color:#3c4b58;}

.strong, .overcontred, strong, .overcontcurred {
	color: #000;
	font-weight: 600;}

strong {
	color: #111;}

.stronger {
	font-weight: 700;
	color: #D3AF73;}

.big {
	font-size: 1.25em;}

.bigger {
	font-size: 1.5em;}
	
.small {font-size: 80%; }

.intro {
  font-family: 'Yeseva One', cursive;
  font-size: 23px; 
  font-weight: 400;
  line-height: 1.5;
  color: #3c4b58;}
  
 .right {float: right; }
  
  
::selection {
 background: #1b262f;
 color: white;}

::-moz-selection {
 background: #1b262f;
 color: white;}


/* #Menu
================================================== */

/* #TopMenu
--------------------------------------------------------- */

.menu_top li {
  float: left;
  display: inline;
  cursor: pointer;}

.menu_top ul li {
  clear: both;
  float: left;
  margin: 0;
  line-height: 32px;}

.menu_top ul.nav-child  {
  position: absolute;
  visibility: hidden;
  top: 55px;
  background-color:#f5f5f5;
  border: 2px solid #eee;}

.nav > li:last-child > ul.nav-child {
    right: 0px;}

.menu_top ul.nav-child > li.deeper ul  {
  position: absolute;
  visibility: hidden;
  top: 0px;
  background-color:#f5f5f5;}

.menu_top ul.nav-child > li.deeper:nth-child(1) ul  {
 left: -326px;}

.menu_top ul.nav-child > li.deeper:nth-child(2) ul  {
 left: -274px;
 top: 53px;}

.menu_top ul.nav-child > li.deeper > a:hover:before {
 color: #1b262f;
 background: #eee;}

.menu_top ul.nav-child > li.deeper > a:before {
 content: "<";
 position: absolute;
 color: #ccc;
 left: 0px;
 padding: 17px 3px;}

.menu_top ul.nav-child > li.deeper:nth-child(1) > a:before  {
 top: 0px;}

.menu_top ul.nav-child > li.deeper:nth-child(2) > a:before  {
 top: 58px;}

.menu_top li:hover ul.nav-child, .menu_top ul.nav-child > li.deeper:hover ul  {
  visibility: visible;  }  
 
.menu_top a, .menu_top span {
  color: #666;
  font: 300 18px 'Montserrat', sans-serif;
  padding: 5px 12px;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;}

.menu_top li:hover ul.nav-child a {
  color: #8e8e8e;
  font: 300 18px 'Montserrat', sans-serif;
  border: none;
  border-radius: 0;
  list-style: none;
  text-decoration: none;
  text-shadow: none;
  padding: 15px 20px;
  background-color: #fff;
  text-transform: uppercase;}

.menu_top a.blog {
  background-color: #444;
  color: #ffffff;
  padding: 10px 12px;
}

.menu_top li:hover ul.nav-child a:hover{
  color: #1b262f;}

.menu_top li:hover a, .menu_top li:hover span, .menu_top .active span {
  color: #ddd;
  padding: 33px 12px;
  background-color: #1b262f;}

.menu_top ul li ul.deeper, .menu_top li:hover ul.nav-child a:hover {
  color: #1b262f;}

.menu_top span.nav-header:hover {
  background-color: #eee;
  padding: 33px 12px;
  color: #222;}

.menu_top span{
  cursor:default;} 

.nav menu > li {
  padding: 19px 0;}
  
ul.nav-child > li, ul.nav-child > li > a{
 display:block;
 width: 100%;
 background-color: #fff;}
 
ul.nav-child > li > a {
 background-color: #fff;
 }

.nav ul.nav-child li a:hover {
 background: #ddd;}
  

/* #Links
================================================== */



/* #Lists
================================================== */
  
li.icon:first-child {
  margin: 20px 0 0 0;}
  
li.icon {
  padding: 5px;} 
   
li.icon:last-child {
  margin: 0 0 20px 0;}
 
ul.liste li:before {content: "\25BA"; color: #1b262f; padding-right: 10px;}

ul.normal {
  list-style: inherit;
  list-style-position: outside;
  padding-left: 20px;
}

ul.normal li {
  list-style: inherit;
  color: #222; 
}
 

/* #Images
================================================== */
img.fullsize {
  width: 100%;
  float: left;
  margin: 0 10px;}

#logo.fixed-logo > a > img {
  margin: 0;
  }

img {
  max-width: 100%;
  margin: 10px 0;}
  
img.fullsize {
  width: 100%;
  float: left;
  margin: 30px 0;}

img.bildlinks {
  max-width: 100%;
  float: left;
  margin: 10px 20px 10px 0px;}

img.none{
  display: block;}

img {
  max-width: 100%;
  height: auto;
  margin: 10px 0px;}
  
.beitragsbild > img, img.beitragsbild  {
  float: right;
  margin: 0 20px 20px 20px;}


/* Buttons
--------------------------------------------------------- */

a.button, input.button, .is_articlecarousel .mod-articles-category-readmore .mod-articles-category-title {
    padding: 10px 20px;
    margin: 25px 0 0 0;
    border: 2px solid;
    display: inline-block;
	font-weight: 700;
	background: #fff;
	border-radius: 0px;
	color: #1b262f;}
	
a.button:hover, input.button:hover, .is_articlecarousel .mod-articles-category-readmore .mod-articles-category-title:hover {	
	background-color: #3c4b58;
	color: #fff;
	border-color: #1b262f;}

input.button:hover, .is_articlecarousel .mod-articles-category-readmore .mod-articles-category-title:hover {	
	cursor: pointer;}
	
	

/* Forms, Tables & Tabs
================================================== */
tr.tab:nth-child(even) {
  background: #f2f2f2; }
  
tr.tab:hover {
  background: rgba(230,230,230,0.25); }

table.box {
  width: 100%;
  margin-bottom: 40px;
  border: 2px solid #eee;}

table.box td {
  padding: 15px 20px;
  width: 300px;
  float: left;}

td{
  padding: 7px 20px;}
  
th {
  background-color: #999;
  color: #fff;
  padding-left: 10px;}
  
/* #Positions
================================================== */
.maxcol { width:100%; }

.leftcols1 { width:1200px; }
.leftcols2 { width:950px; }
.leftcols1, .leftcols2 {margin: 0 0 0 0; float: left; }

.cols2 {width: 250px; margin: 40px 0 0 0; float: left;  }
.botmargin {margin: 0 0 50px 0;}

#all {
  width: 100%;
  background-color: #fdfdfd; }

#topbox, #banner, #between1box, #body, #bottom1box, #bottom2box, #footerbox, #footer2box {
  position: relative;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: auto;
  z-index: 50; }

#body {
    z-index: 51;}

#head, #between1, #main, #bottom1, #bottom2, #footer, #footer2 {
  width: 100%;
  clear: both;
  float: left; }

.moduletable.newsbox {
    padding: 20px;
    background: #fbedce;}

.newsbox p, .newsbox a {
    font-size: 18px;}

.moduletable.besucher {
    max-width: 400px;
    text-align: center;
    margin: 0px auto 40px;}

#head {
  background-color: #f5f5f5;
  margin-top: -50px;}
  
#top {
  width: 100%;}
  
#top.fixed-top {
  position: fixed;
  background: #fff !important;
  opacity: 0.95;
  border-bottom: 2px solid rgba(0,0,0,0.10);}

#main {
  padding: 0 0 30px 0;}


#left {
    background: url(../images/bg_main_blume.png) no-repeat scroll right #fff;
    margin: 50px 0;
    display: inline-block;}

#left > .item-page{
    padding: 100px 35% 100px 100px;}

.startseite > #main > #body > #left {
    margin: 0px 0 50px 0;}

.startseite > #top {
	background-color: rgba(255,255,255,1.0);}

#top {
    z-index: 100;
    background: rgba(255,255,255,1.0);
    height: 90px;
    position: relative;}

#top.fixed-top > #topbox {
    margin-top: 0px;}

.unterseite #logo img {
    width: 250px;}
	
.unterseite #topbox{
    z-index: 100;}

#logo {
  float: left;
  display: block;
  z-index: 100;
  width: 250px;
  position: absolute;
  margin: -70px 0 0 50px;}

#logo.fixed-logo {
  position: relative;
  left: 0;
  width: 135px;
  top: 30px; }

#social {
  display: block;
  position: fixed;
  right: 0;
  top: 90px;
  width: 310px;
  z-index: 99;}

#social .moduletable:first-child{
    display: inline-block;
    position: relative;
    background: #eee;
    padding: 6px 20px 10px 15px;
	width: 310px;}

#social .moduletable{
    display: inline-block;
    position: relative;
	width: 310px;
	border-bottom: 2px solid #fff;
	right: 100px;}

#nav {
  left: 350px;
  top: 27px;
  position: absolute;
  z-index: 1;  }

#nav.fixed-nav {
  left: 350px;}

#nav_mobile {display: none;}
   
#banner {
  position: relative;}

#main {  
  background: url(../images/background_alpenhof.jpg) no-repeat center center fixed #f5f5f5;
  background-size: cover;}

#col2 .moduletable {  
  padding: 0;}

#col2 h5 {  
  border-bottom: 2px solid #ddd;
	margin: 0 0 15px 0;}

#col2 h5:nth-child(1n+1) {  
	margin: 50px 0 15px 0;}

#bottom2, #bottom1, #between1 {
  padding: 50px 0 50px;
  background: #f5f5f5;}

#bottom1 table {
  width: 25%;
  text-align: center;
  float: left;
  margin-bottom: 20px;
  background: #fff;}

#bottom1 table td{
  padding: 35px 35px 5px 35px;}

#bottom1 h4 {
  padding-bottom: 0px;}

#bottom1 h2 {
  color: #555;
  text-align: center;
  text-transform: uppercase;}

#bottom1 .moduletable:first-child {
  display: inline-block;}

#bottom2 {
  padding: 50px 0 50px;}

#bo2_col1 {
  padding: 50px 0;
  background: url(../images/bg_bottom2.jpg) no-repeat center center fixed;
  background-size: cover;}

#footer h3 {
  text-transform: uppercase;}

#footer {  
  background: #f5f5f5;
  padding: 70px 0;}

#footerbox a.link {
    padding: 8px 30px;
    background: rgba(255,255,255,0.1);
    border-radius: 50px;
    display: inline-block;
    margin: 20px 0;}

#footerbox .moduletable {
	display: block;
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0px 25px;}

#footer table {
    border-radius: 600px;
    border: 2px solid #F2F2F2;
    display: inline-block;
	margin-bottom: 35px;
	padding: 20px;
	width: 55%;}

#footer table td{
    border-radius: 600px;
    border: 2px solid #1b262f;
	display: inline-block;}

#footer table td:hover{
    border: 6px solid #3c4b58;}

#footer table:hover {
	padding: 25px;}

#footer table img {
    width: 100% }

#fo1_col1 {
	background: #fff;
	display: inline-block;
	padding: 75px 0 75px;}

#footer2 {
  background: #f5f5f5;}

#backtotop {
   position: absolute;
   top: 100%;
   margin: -67px 0 0 840px;
   clear: both; }

.items-row {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;}

.items-row:first-child {
  background:none; }

.nurmobil {
  display: none;
}

p.counter{
  display: inline-block;
  width: 100%;}

.droppicsgallerymasonry {
    display: block !important;}
  
  /* #Google Map
--------------------------------------------------------- */
.mapprint {
  visibility: hidden;
  position: absolute;
 }
 

 /* #Page Navigation
--------------------------------------------------------- */
div.pagination a {
  color:#484848;
  font: 400 .8em 'Montserrat', sans-serif;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
      -ms-box-sizing:border-box;
          box-sizing:border-box; }

div.pagination ul {
  width:100%;
  text-align:center;
  margin:21px 0 35px; }

div.pagination li {
  display:inline;
  margin:0 5px; }

div.pagination li a {
  display:inline-block;
  line-height:35px;
  width:35px;
  height:35px;
  text-align:center;
  text-decoration:none;
  border-bottom:3px solid #ccc;
  font-weight: 400;
  padding:0 7px; }

div.pagination li a:hover, div.pagination li a.selected {
  background:url(../images/bg_dark.jpg) repeat scroll 0 0 transparent;
  border:none;
  color:#fff; }


  /* #Back-to-Topic
--------------------------------------------------------- */

#scrollToTop {
    right: 50px;
    bottom: 50px;
    border: 3px solid #1b262f;
	background: rgba(255,255,255,0.8);
}


   /* #Transition
--------------------------------------------------------- */ 
:hover, a:hover, .readmore a:hover, .menu_top a:hover, .menu_top span.nav-header:hover, #bottom2, tr:hover, div.pagination li a:hover, div.pagination, .pull-left.item-image img, .button:hover, div#fox-container-m98 .fox-form input[type="text"]:hover, div#fox-container-m98 .fox-form input[type="email"]:hover, div#fox-container-m98 .fox-form textarea:hover, div#fox-container-m98 .fox-form input[type="text"]:focus, div#fox-container-m98 .fox-form input[type="email"]:focus, div#fox-container-m98 .fox-form textarea:focus, .menudrop, .dropdown, .sbutton a:hover, .menu_top li:hover ul.nav-child a:hover, .menu_top li:hover a, .menu_top span.nav-header:hover, li.downloads a:hover:before, #gototop:hover, .btnsmall, #top.fixed-top, .button-info:hover:after, .icon.check:before, a.buttoncorn:hover:after, p.readmore a:hover:after, .buttoncornwhite:hover:after,.cols2 a:hover:before, div#fox-container-m98 .btn:hover, #be1_col1 a:hover, div#fox-container-m99 .fox-form input[type="text"]:hover, div#fox-container-m99 .fox-form input[type="email"]:hover, div#fox-container-m99 .fox-form textarea:hover, div#fox-container-m99 .fox-form input[type="text"]:focus, div#fox-container-m99 .fox-form input[type="email"]:focus, div#fox-container-m99 .fox-form textarea:focus, div#fox-container-m99, .bottom a:before  {
  -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
      -ms-transition: all 400ms ease;
       -o-transition: all 400ms ease;
          transition: all 400ms ease; }

.menudrop > .on > .logomob, .logomob, #footer table td, #footer table  {
  -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
      -ms-transition: all 300ms ease-in-out;
       -o-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }


  /* #Zeile Details und Tooltip ausblenden
--------------------------------------------------------- */
dt.article-info-term {display: none;}
div.tooltip {display: none;}


  /* #Foxcontact
--------------------------------------------------------- */
#fox-container-m98, .fox-column input, .fox-column textarea {
  padding: 0 15px; 
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5; } 

div#fox-container-m98 .controls, div#fox-container-m98 .fox-form-inline .control-group label.checkbox {
  color: #000000;}

div#fox-container-m98 .fox-form input[type="text"], div#fox-container-m98 .fox-form textarea, div#fox-container-m98 .fox-form-inline .control-group label.checkbox, div#fox-container-m98 .control-label{  
  font-family: 'Montserrat', sans-serif;
	font-size: 16px;
  line-height: 1.5;
  padding-left: 10px;}

div#fox-container-m98 .fox-form input[type="text"]:hover, div#fox-container-m98 .fox-form input[type="email"]:hover, div#fox-container-m98 .fox-form textarea:hover, div#fox-container-m98 .fox-form input[type="text"]:focus, div#fox-container-m98 .fox-form input[type="email"]:focus, div#fox-container-m98 .fox-form textarea:focus{
  background-color: #f5f5f5;} 

div#fox-container-m98 input[type="text"], div#fox-container-m98 input[type="email"]{
  height: 50px;}

div#fox-container-m98 textarea:focus, div#fox-container-m98 input[type="text"]:focus, div#fox-container-m98 input[type="email"]:focus, div#fox-container-m98 input[type="password"]:focus
{	border-color: #1b262f !important;
	outline: 0 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(95,7,40,0.60) !important;}

img.fox-item-captcha-img-reload{
	margin: 0px;}
	
div#fox-container-m98 .btn{
border-radius: 100px;
background-image: none;
background-color: #1b262f;
text-shadow: none;
border: none;
padding: 8px 30px;}

div#fox-container-m98 .btn:hover{
background-color: #3c4b58;}

div#fox-container-m98 .btn-danger:hover {
background-color: #3c4b58; }

div#fox-container-m98 .btn-danger{
background-color: #3c4b58; }

div#fox-container-m98 .btn-success:hover{
background-color: #47d087; }

div#fox-container-m98 .btn-success span{
font-size: 1.5em;
padding-right: 25px; }

div#fox-container-m98 .btn-success{
padding: 5px 50px 5px 40px;
margin-bottom: 25px; }

div#fox-container-m98 .btn span{
color: #fff !important;}



#fox-container-m117, .fox-column input, .fox-column textarea {
  padding: 0 15px; 
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5; } 

div#fox-container-m117 .controls, div#fox-container-m117 .fox-form-inline .control-group label.checkbox {
  color: #000000;}

div#fox-container-m117 .fox-form input[type="text"], div#fox-container-m117 .fox-form textarea, div#fox-container-m117 .fox-form-inline .control-group label.checkbox, div#fox-container-m117 .control-label{  
  font-family: 'Montserrat', sans-serif;
	font-size: 16px;
  line-height: 1.5;
  padding-left: 10px;}

div#fox-container-m117 .fox-form input[type="text"]:hover, div#fox-container-m117 .fox-form input[type="email"]:hover, div#fox-container-m117 .fox-form textarea:hover, div#fox-container-m117 .fox-form input[type="text"]:focus, div#fox-container-m117 .fox-form input[type="email"]:focus, div#fox-container-m117 .fox-form textarea:focus{
  background-color: #f5f5f5;} 

div#fox-container-m117 input[type="text"], div#fox-container-m117 input[type="email"]{
  height: 50px;}

div#fox-container-m117 textarea:focus, div#fox-container-m117 input[type="text"]:focus, div#fox-container-m117 input[type="email"]:focus, div#fox-container-m117 input[type="password"]:focus
{	border-color: #1b262f !important;
	outline: 0 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(95,7,40,0.60) !important;}

img.fox-item-captcha-img-reload{
	margin: 0px;}
	
div#fox-container-m117 .btn{
border-radius: 100px;
background-image: none;
background-color: #1b262f;
text-shadow: none;
border: none;
padding: 8px 30px;}

div#fox-container-m117 .btn:hover{
background-color: #3c4b58;}

div#fox-container-m117 .btn-danger:hover {
background-color: #3c4b58; }

div#fox-container-m117 .btn-danger{
background-color: #3c4b58; }

div#fox-container-m117 .btn-success:hover{
background-color: #47d087; }

div#fox-container-m117 .btn-success span{
font-size: 1.5em;
padding-right: 25px; }

div#fox-container-m117 .btn-success{
padding: 5px 50px 5px 40px;
margin-bottom: 25px; }

div#fox-container-m117 .btn span{
color: #fff !important;}




#fox-container-m118, .fox-column input, .fox-column textarea {
  padding: 0 15px; 
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5; } 

div#fox-container-m118 .controls, div#fox-container-m118 .fox-form-inline .control-group label.checkbox {
  color: #000000;}

div#fox-container-m118 .fox-form input[type="text"], div#fox-container-m118 .fox-form textarea, div#fox-container-m118 .fox-form-inline .control-group label.checkbox, div#fox-container-m118 .control-label{  
  font-family: 'Montserrat', sans-serif;
	font-size: 16px;
  line-height: 1.5;
  padding-left: 10px;}

div#fox-container-m118 .fox-form input[type="text"]:hover, div#fox-container-m118 .fox-form input[type="email"]:hover, div#fox-container-m118 .fox-form textarea:hover, div#fox-container-m118 .fox-form input[type="text"]:focus, div#fox-container-m118 .fox-form input[type="email"]:focus, div#fox-container-m118 .fox-form textarea:focus{
  background-color: #f5f5f5;} 

div#fox-container-m118 input[type="text"], div#fox-container-m118 input[type="email"]{
  height: 50px;}

div#fox-container-m118 textarea:focus, div#fox-container-m118 input[type="text"]:focus, div#fox-container-m118 input[type="email"]:focus, div#fox-container-m118 input[type="password"]:focus
{	border-color: #1b262f !important;
	outline: 0 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(95,7,40,0.60) !important;}

div#fox-container-m118 .btn{
border-radius: 100px;
background-image: none;
background-color: #1b262f;
text-shadow: none;
border: none;
padding: 8px 30px;}

div#fox-container-m118 .btn:hover{
background-color: #3c4b58;}

div#fox-container-m118 .btn-danger:hover {
background-color: #3c4b58; }

div#fox-container-m118 .btn-danger{
background-color: #3c4b58; }

div#fox-container-m118 .btn-success:hover{
background-color: #47d087; }

div#fox-container-m118 .btn-success span{
font-size: 1.5em;
padding-right: 25px; }

div#fox-container-m118 .btn-success{
padding: 5px 50px 5px 40px;
margin-bottom: 25px; }

div#fox-container-m118 .btn span{
color: #fff !important;}



#fox-container-m119, .fox-column input, .fox-column textarea {
  padding: 0 15px; 
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.5; } 

div#fox-container-m119 .controls, div#fox-container-m119 .fox-form-inline .control-group label.checkbox {
  color: #000000;}

div#fox-container-m119 .fox-form input[type="text"], div#fox-container-m119 .fox-form textarea, div#fox-container-m119 .fox-form-inline .control-group label.checkbox, div#fox-container-m119 .control-label{  
  font-family: 'Montserrat', sans-serif;
	font-size: 16px;
  line-height: 1.5;
  padding-left: 10px;}

div#fox-container-m119 .fox-form input[type="text"]:hover, div#fox-container-m119 .fox-form input[type="email"]:hover, div#fox-container-m119 .fox-form textarea:hover, div#fox-container-m119 .fox-form input[type="text"]:focus, div#fox-container-m119 .fox-form input[type="email"]:focus, div#fox-container-m119 .fox-form textarea:focus{
  background-color: #f5f5f5;} 

div#fox-container-m119 input[type="text"], div#fox-container-m119 input[type="email"]{
  height: 50px;}

div#fox-container-m119 textarea:focus, div#fox-container-m119 input[type="text"]:focus, div#fox-container-m119 input[type="email"]:focus, div#fox-container-m119 input[type="password"]:focus
{	border-color: #1b262f !important;
	outline: 0 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(95,7,40,0.60) !important;}

div#fox-container-m119 .btn{
border-radius: 100px;
background-image: none;
background-color: #1b262f;
text-shadow: none;
border: none;
padding: 8px 30px;}

div#fox-container-m119 .btn:hover{
background-color: #3c4b58;}

div#fox-container-m119 .btn-danger:hover {
background-color: #3c4b58; }

div#fox-container-m119 .btn-danger{
background-color: #3c4b58; }

div#fox-container-m119 .btn-success:hover{
background-color: #47d087; }

div#fox-container-m119 .btn-success span{
font-size: 1.5em;
padding-right: 25px; }

div#fox-container-m119 .btn-success{
padding: 5px 50px 5px 40px;
margin-bottom: 25px; }

div#fox-container-m119 .btn span{
color: #fff !important;}

div#fox-container-m119 .fox-form-inline .control-group, div#fox-container-m119 .fox-form-inline .control-group .control-label, div#fox-container-m119 .fox-form-inline .control-group .controls, div#fox-container-m119 .fox-form-inline .control-group label.checkbox, div#fox-container-m119 .fox-form-stacked .control-group label.checkbox {
    display: block;}

div#fox-container-m119 .fox-form select, div#fox-container-m119 .fox-form textarea, div#fox-container-m119 .fox-form input[type="text"], div#fox-container-m119 .fox-form input[type="email"] {
    border-radius: 0px;}




.chzn-single > span {
    font-size: 15px;}

.chzn-results > li.active-result {
    font-size: 18px;
    border-bottom: 1px solid #eee;}

  /* #Accordian Box
--------------------------------------------------------- */

.accordian {
  position: relative;
  margin-bottom: .01em;
  width: 100%;
  color: #fff;
  overflow: hidden;}

.accordian input {
  position: absolute;
  opacity: 0;
  z-index: -1;}

.accordian label {
  position: relative;
  display: block;
  background: rgba(95,7,40,1.0);
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 20px 30px;
  margin-bottom: 10px;}

.accordian label:hover, .accordian input:checked ~ label  {
  background: #3c4b58;}

.accordian .tabs-content {
  max-height: 0;
  background: rgba(51,83,121,0.20);}

.accordian input:checked ~ .tabs-content > .boxcontent {
  padding: 20px 20px;
  margin-bottom: 50px;}

.accordian input:checked ~ .tabs-content {
  max-height: 1000000px;
  -webkit-transition: max-height 25s ease-in-out;
  -moz-transition: max-height 25s ease-in-out;
  -o-transition: max-height 25s ease-in-out;
  -ms-transition: max-height 25s ease-in-out;
  transition: max-height 25s ease-in-out;}

.accordian label:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 50px;
  height: 64px;
  width: 64px;
  text-align: center;
  -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);}

.accordian input[type=checkbox] + label:after {
  content: "+";}

.accordian input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);}


  /* #Carousel
--------------------------------------------------------- */

.is_articlecarousel .mod-articles-category-title {
    font-size: 20px;
    font-family: 'Yeseva One', cursive;
  	font-weight: 400;
  	color: #1b262f;}

.is_articlecarousel span {
	font-size: 12pt;
	font-weight: 700;
	color: #366085;}

.is_articlecarousel .mod-articles-category-readmore{
	margin-top: 0px;}

.rabatt {
    display: inline-block;
    color: #fff;
    background: #90bb7c;
    padding: 8px 40px;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    font-size: 15px;}

.newsflash-image img {
    margin: 0px;}


  /* #Modal Box
--------------------------------------------------------- */
.modalbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;}

.boxoverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5;
	-ms-transition: opacity 0.5s;
	transition: opacity 0.5s;}

.boxoverlay:target {
    visibility: visible;
    opacity: 1;}

.modal {
	padding: 50px 2rem 2rem 2rem;
	background: #fff;
	border-radius: 4px;
	opacity: 0;
	overflow: auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5;
	-ms-transition: 0.5s;
	transition: 0.5s;}
	
.modal .content {
    margin-bottom: 40px;}
	
.modal > .content a {
	max-width: 60%;
    margin: auto;
    display: block;}

.boxoverlay:target > .modal {
  	-webkit-transform: translateY(100px) scale(0.9);
	-moz-transform: translateY(100px) scale(0.9);
	-o-transform: translateY(100px) scale(0.9);
	-ms-transform: translateY(100px) scale(0.9);
	transform: translateY(100px) scale(0.9);
	-webkit-transition-timing-function: cubic-bezier(.8, 0, 0, 1.5);
	-moz-transition-timing-function: cubic-bezier(.8, 0, 0, 1.5);
	-o-transition-timing-function: cubic-bezier(.8, 0, 0, 1.5);
	-ms-transition-timing-function: cubic-bezier(.8, 0, 0, 1.5);
	transition-timing-function: cubic-bezier(.8, 0, 0, 1.5);
  	opacity: 1;}

.holecontent {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(100vh - 240px);
	border-bottom: 2px solid #ddd;
	padding-right: 30px;}

a.close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 50px;
	line-height: 25px;
	color: #aaa;
	border: 2px solid #ddd;
	border-radius: 50px;
	background-color: #f9f9f9;
 	-webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  	-moz-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);}

a.close:hover {
    color: #555;
    background-color: #fff;
    border: 2px solid #ccc;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);}


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

[class^="icon-"]:before, [class*=" icon-"]:before, .bottom a:before, .kronenliste:before {/* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
	padding: 0 10px 0 0;
	font-size: 0.8em;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;}

.icon-thumb_up:before {content: "\e900";}
.icon-place:before { content: "\e600";}
.icon-triangle-down:before {content: "\e902";}
.icon-circle-right:before {content: "\e901";}
.icon-home:before {content: "\e904";}
.icon-image:before {content: "\e90d";}
.icon-file-empty:before {content: "\e924";}
.icon-map2:before {content: "\e94c";}
.icon-user2:before {content: "\e971";}
.icon-attachment:before {content: "\e9cd";}
.icon-arrow-right:before {content: "\ea34";}
.icon-arrow-up2:before {content: "\ea3a";}
.icon-arrow-right2:before, .bottom a:before, .kronenliste:before {content: "\ea3c";}
.icon-arrow-down2:before {content: "\ea3e";}
.icon-arrow-left2:before {content: "\ea40";}
.icon-circle-right2:before {content: "\ea42";}
.icon-circle-down:before {content: "\ea43";}
.icon-file-pdf-o:before {content: "\f1c1";}
.icon-check-circle:before {content: "\f058";}
.icon-list-ol:before {content: "\f0cb";}
.icon-whatsapp:before {content: "\e903";}
.icon-search:before {content: "\f002";}
.icon-user:before {content: "\f007";}
.icon-check:before {content: "\f00c";}
.icon-arrow-circle-o-down:before {content: "\f01a";}
.icon-folder-open:before {content: "\f07c";}
.icon-twitter-square:before {content: "\f081";}
.icon-facebook-square:before {content: "\f082";}
.icon-linkedin-square:before {content: "\f08c";}
.icon-phone:before {content: "\f095";}
.icon-google-plus-square:before {content: "\f0d4";}
.icon-envelope:before {content: "\f0e0";}
.icon-xing-square:before {content: "\f169";}

.bottom a:hover:before {
	padding: 0 5px 0 5px;}

  /* #Heart boom
--------------------------------------------------------- */

.boom {
	-webkit-animation: boom_animation 1s ease infinite;
	-moz-animation: boom_animation 1s ease infinite;
	-ms-animation: boom_animation 1s ease infinite;
	animation: boom_animation 1s ease infinite;
	margin: 10px 0 0;
}

@keyframes boom_animation {
 0% {
    -webkit-transform: scale(1.3);
   	-moz-transform: scale(1.3);
   	-o-transform: scale(1.3);
   	-ms-transform: scale(1.3);
   	transform: scale(1.3);
 }
 50% {
    -webkit-transform: scale(0.9);
   	-moz-transform: scale(0.9);
   	-o-transform: scale(0.9);
   	-ms-transform: scale(0.9);
   	transform: scale(0.9);
 }
 100% {
    -webkit-transform: scale(1);
   	-moz-transform: scale(1);
   	-o-transform: scale(1);
   	-ms-transform: scale(1);
   	transform: scale(1); }}

@-moz-keyframes boom_animation {
 0% {-moz-transform: scale(1.3);
   		transform: scale(1.3); }
 50% {	-moz-transform: scale(0.9);
   		transform: scale(0.9); }
 100% {   -moz-transform: scale(1);
   		transform: scale(1); }}

@-webkit-keyframes boom_animation {
 0% {	-webkit-transform: scale(1.3);
   		transform: scale(1.3); }
 50% {	-webkit-transform: scale(0.9);
   		transform: scale(0.9); }
 100% {   -webkit-transform: scale(1);
   		transform: scale(1); }}


/* #Maps
--------------------------------------------------------- */ 

.gm-control-active > img {
    margin: 0px;}

.mapdirform span {
    font-size: 15px;}

input#saddr {
    padding: 15px;
    font-size: 15px;}


.mapdirform input {
    margin: 5px 5px 5px 20px;}

/* #Unite Slider
--------------------------------------------------------- */ 
#banner .very_large_text {
    color: #ffcd8b;
}

#banner .very_large_text_bottom {
    color: #ffcd8b;
	border-color: #ffcd8b;}



/* #gTranslate
--------------------------------------------------------- */ 
#language {
    display: block;
    position: absolute;
    right: -12px;
    top: 24px;}

a.flag img {
    width: 40px;
    height: auto;
    margin: 0px 12px 0 0;}

/* #HolidayCheck-Widget
--------------------------------------------------------- */ 
.hc-widget-body span {
  color: #fff;
}

.hc-widget-rating {
  padding: 0px !important;
}


  /* 
--------------------------------------------------------- */
  
* { 
  -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
      -ms-box-sizing: border-box; 
       -o-box-sizing: border-box; 
          box-sizing: border-box; }
		  
		