html{ overflow-x: hidden;}
/*server*/
body {
    background-color: #a0b8ca;
}

.container {
    max-width: 960px;
    padding: 0px;
}

p, li {
    font-size: 12px;
}

a, a:hover, a:focus {
    color: #ffffff;
}


img {
    max-width: 100%;
}

h1 {
    font-size: 18px;
    margin-top: 0;
}

/******** Menue ********/

.menue {
    height: auto;
    min-height: 50px;
    padding-bottom: 15px;
    background-color: #ee6f11;
    z-index: 3;
    text-align: center;
}


.nav {
    text-align: center;
    padding-top: 10px;
}

.nav li > a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    letter-spacing: 1px;
	float: none;
	border: none ;
	padding: 5px;
    text-transform: uppercase;
    color: #ffffff;
}

.nav  li.active a, .nav > li > a:hover, .nav > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #ee6f11;
}

.navbar-toggle {
	position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
	z-index: 1000;
}

.navbar-toggle .icon-bar {
  width: 50px;
}


.icon-bar {
	border: 1px solid #ffffff;
}

.navbar-collapse {
  border: none;
  box-shadow: none;
}

#navbar-collapse {
	margin: 0 auto;
	max-height: 500px;
	overflow-x: visible;
	overflow-y: visible; 
	text-align: center;
}

/******** Menue Ende ********/

/******** Header ********/

.header {
    height: 500px;
    padding: 0;
    background-image: url("../image/wilchelmina_sonne.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.header_1 {
    height: 500px;
    padding: 0;
    background-image: url("../image/bg_static_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.header_2 {
    height: 500px;
    padding: 0;
    background-image: url("../image/bg_static_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.header_3 {
    height: 500px;
    padding: 0;
    background-image: url("../image/bg_static_3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.header_4 {
    height: 500px;
    padding: 0;
    background-image: url("../image/bg_static_4.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.header_5 {
    height: 500px;
    padding: 0;
    background-image: url("../image/bg_static_5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.raster {
    background-image: url("../image/raster.png");
    background-repeat: repeat;
    height: 500px;
    position: absolute;
    max-width: 990px;
    width: 100%;
    z-index: 2;
}

.flaggen {
    margin: 30px;
    position: absolute;
    right: 20px;
    z-index: 999999;
}

.flaggen img {
    padding: 5px;
}

/******** Header Ende ********/

/******** Inhalt ********/

.blau {
    background-color: #246a84;
    padding: 0;
}

.inhalt {
    padding: 0;
    padding: 40px 0 40px;
    color: #ffffff;
    font-family: "Helvetica Neue",Helvetica,Arial;
    text-align: justify;
}

.inhalt1 {
    padding: 0;
    color: #ffffff;
    font-family: "Helvetica Neue",Helvetica,Arial;
    text-align: justify;
    margin-bottom: 30px;
}

.links {
    padding-left: 0px;
}

.ueberschrift {
    background-color: #fff;
    height: 65px;
    text-align: right;
    padding: 0;
}

.wilhelmina {
    max-height: 110px;
    max-width: 194px;
    border: 1px solid #ffffff;
    overflow: hidden;
    padding: 0;
    margin: 2px;
}

.wilhelmina img {
	max-width: 100%;
}

.stichpunkte {
    background-color: #eee;
    padding: 0px 40px 0 0;
    margin-top: -10px;
    min-height: 250px;
}

.kurzfassung {
    background-color: #eee;
    padding-left: 40px;
    color: #000;
    padding: 15px 0 10px 30px;
}

.stichpunkte li {
    padding: 4px;
    color: #000;
    text-align: left;
}


/******** Inhalt ********/
.button_caddyhaus {
	top: 100px;
	position: absolute;
	right: 0;
	min-width: 300px;
	height: auto;
	z-index: 2;
}

.accordion {
    text-transform: uppercase;
    background-color: #ee6f11;
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: center;
    outline: none;
    font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 2px;
    transition: 0.4s;
    min-width: 330px;
    transform: rotate(-90deg);
    position: relative;
    top: 135px;
    right: -135px;
}

.panel {
	float: right;
    background-color: #ee6f11;
	text-align: center;
	border: none !important;
	border-radius: 0;
    max-width: 0;
	height: 330px;
    overflow: hidden;
	width: 400px;
    transition: max-width 0.2s ease-out;
}

.panel p {
	padding: 20px;
	text-align: center;
	font-size: 11px;
	width: 400px;
}

.panel a {
    color: #ffffff;
    background-color: none;
    border: 1px solid #ffffff;
    padding: 10px 40px;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.panel img {
	padding-top: 20px;
}

span1, span2 {
	left: 20px;
}

span3, span4 {
	right: 20px;
	top: 18px;
}

span5 {
	border-bottom: 2px solid #ffffff;
}

span1, span2, span3, span4 {
	position: absolute;
	transform: rotate(90deg);
}

span2, span4 {
	display: none;
}

.active > span1, .active > span3{
  display: none;
}

.active > span2, .active > span4 {
  display: block;
}

.active, .accordion:hover {
    background-color: #ee6f11;
}



/******* Formular ******/

.kontaktformular {
    padding: 20px 0;
}

.form-control {
    padding: 0px 5px;
    height: 30px;
}

input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px; 
}

label {
    margin-top: 10px;
    width: 100%;
}

input[type="submit"] {
    font-size: 16px;
    margin-top: 5px;
    border: none;
    background-color: #ee6f11;
    padding: 5px;
}

.input-control small, .input-control + small{
    display: none
}

.input-control.errors small, .input-control.errors + small{
     color: red;
     display: flex;
     margin-top: 1rem;
}
.error {
    display: none;
    color: red;
}

.success {
    display: none;
    color: #07ff07;
    font-size: 1.3rem;
}

h4 {
    font-size: 12px;
    margin: 10px 0 5px;
}

#mail_success{
    font-size: 1.6rem;
    color: #07ff07;
}
#mail_fail{
    font-size: 1.6rem;
    color: red;
}

/******* Formular Ende ******/

/******** Footer ********/

.datenschutz {
	padding-top: 5px;
	text-align: left;
}

.footer {
    background-color: #063d51;
    text-align: right;
    color: #ffffff;
    min-height: 30px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.footer span {
    margin-right: 20px;
}

img#swiss-tourismusverband {
    width: 69px;
}

/******** Footer Ende ********/


@media (max-width: 769px) { 


.inhalt {
    padding: 20px 15px 20px;
}

.links {
    padding-left: 15px;
}
    
    .wilhelmina {
        margin: 2px;
    max-height: 150px;
    max-width: 48%;
    }

    .kontaktformular {
    padding: 15px;
}
    
    
    
    

    
}

@media (max-width: 569px) {
    
    .wilhelmina {
        max-height: 78px;
    }
}

div#html5-watermark {
    display: none;
}