/* CSS Mini Reset */
/******************/
html{color:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
.clear { clear:both; }
.nopadl { padding-left:0px !important;	}
.nopadr { padding-right:0px !important; }
.nopad {padding-left:0px !important; padding-right:0px !important; }
/* STYLES */

/**********/
body {
	-webkit-font-smoothing: antialiased;
    background: #eee8e4;
    font-size: 20px;
    font-family: 'Frank Ruhl Libre';
}

.col-md-6, .col-md-4 {
    padding: 0 !important;
}

strong {
    font-weight: 700;
}

.concontainer {
    width: 100%;
    max-width: 1640px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 60px);
}
.concontainer li{
	text-indent:-12px;
	padding-left:12px;
}
.concontainer li:before{
	content:"·";
	margin-right:5px;
}
.e404 {
	width:100%;
	display:block;
	position:absolute;
	z-index:100;
	text-align:center;
	margin-top:50vh;
	font-size:25px;
}

.subsitetitle {
    font-size: 48px;
    color: #69402A;
    margin-bottom: 70px;
}

/* NAV */
#btn_nav, .mobnav{
	display:none;
}
nav {
    height: 60px;
    background: #BFA38F;
    width: 100%;
    position: fixed;
    top:0px;
    left:0px;
    z-index: 999999;
}

.nav {
    padding-top: 15px;
    width: 100%;
    text-align:center;
    text-transform: uppercase;
}
.nav > li{
	display:inline-block;
	margin-right: 130px;
}
.nav > li:last-child {
     margin-right:0px;

}
.nav > li > a, .nav > li > a:hover, .nav > li > a:focus{
	padding:0px;
	display:inline-block;
	background:none;
}


.nav a {
    color: #000;
    font-size: 20px;
    padding-bottom: 5px;
}

.nav a:hover {
    border-bottom: 2px solid #000;
}

.nav .act {
    border-bottom: 2px solid #000;
}

/* CONTENT */
h2 {
    text-align: center;
    color: #69402A;
    font-size: 48px;
    margin-bottom: 60px;
}

#body4 em {
    font-size: 20px;
    color: #69402A;
}

#body4 .subsitetitle {
    margin-bottom: 50px;
}

#homepic {
    height: 100vh;
    width:100%;
    background-image: url("../img/home.jpg");
    background-size: cover;
    position: fixed;
    left:0px;
    top:0px;
    z-index: 0;
}

.hometitle {
    text-align: center;
    color: #fff;
    font-size: 80px;
    margin-top: 150px;
    margin-bottom: 130px;
    display: none;
}
.subsitepic {
    position: relative;
    display: block;
    width:100%;
    height: auto;
    z-index: 10;
}
.simpleParallax{
	max-height:700px;
}
#content_white_wrapper {
    width:100%;
    position: relative;
    background: #fff;
    padding:20px;
    z-index: 10;
}
#content_white_center {
    position: relative;
    width: 100%;
    max-width:912px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 130px;
    margin-bottom: 130px;
}

.top {
    color: #381C0E;
    font-size: 30px;
    margin-bottom: 70px;
    text-align: center;
}

em {
    font-size: 18px;
}

.bottom {
    font-size: 20px;
    color: #381C0E;
    text-align: center;
}

.button a {
    background: #69402A;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    margin-top: 30px;
    display: inline-block;
    width:auto;
    margin-left:auto;
    margin-right: auto;

}

.col-md-6 h1, .col-md-4 h1 {
    margin-top: 130px;
}

.col-md-6 div {
    color: #381C0E;
    margin-bottom: 130px;
    margin-top: 50px;
}

.col-md-6 {
    margin-bottom: 130px;
}

h3 {
    font-size: 24px;
    line-height: 60px;
    color: #381C0E;
}

.acc {
    margin: 0 !important;
}

.mobnav .act {
    color: #fff !important;
}

.acc::after {
    content:'';
    background: #eee8e4;
    background: -moz-linear-gradient(left,  #eee8e4 0%, #69402a 32%, #69402a 67%, #eee8e4 100%);
    background: -webkit-linear-gradient(left,  #eee8e4 0%,#69402a 32%,#69402a 67%,#eee8e4 100%);
    background: linear-gradient(to right,  #eee8e4 0%,#69402a 32%,#69402a 67%,#eee8e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee8e4', endColorstr='#eee8e4',GradientType=1 );
    opacity: 0.6;
    position: relative;
    display: block;
    width:100%;
    height: 2px;
}

.gallery h1 {
    display: none;
}

.gallery img {
    width: calc(33.333333% - 40px);
	padding:8px;
}

.gallery {
    width: 100%;
    float: left;
    margin-bottom: 60px;
	margin-le:-8px;
}

.subtexttitle {
    margin-top: 50px !important;
    color: #381C0E;
    font-size: 30px;
}

.kursbild {
    position: fixed;
    right: 0;
    width: 60%;
    z-index: 10;
}

.col-md-4 .subtexttitle {
    margin-bottom: 50px;
}

.trigger {
    background: url("../img/dropdown.png") no-repeat right 15px center;
    cursor: pointer;
}

.toggle_container {
    margin-bottom: 10px !important;
}

/*.toggle_container::after {
    content:'';
    background: #eee8e4;
    background: -moz-linear-gradient(left,  #eee8e4 0%, #69402a 32%, #69402a 67%, #eee8e4 100%);
    background: -webkit-linear-gradient(left,  #eee8e4 0%,#69402a 32%,#69402a 67%,#eee8e4 100%);
    background: linear-gradient(to right,  #eee8e4 0%,#69402a 32%,#69402a 67%,#eee8e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee8e4', endColorstr='#eee8e4',GradientType=1 );
    opacity: 0.6;
    position: relative;
    display: block;
    width:100%;
    height: 2px;
}*/

.trigger_active {
    border-bottom: none !important;
}

.trigger_active::after {
    display: none;
}

.newscontent {
    margin-top: 200px;
    width: 100%;
    max-width: 1080px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 160px;
}

.newscontent p {
    width: 100%;
    max-width: 780px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.newscontent h2 {
    text-align: left;
    margin-bottom: 15px;
    width: 100%;
    max-width: 780px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.newscontent img {
    margin-bottom: 60px;
    width: 100%;
}

.date {
    margin-bottom: 60px;
}

#body3 .col-md-6 div {
    margin-top: 10px !important;
}

#body4 .col-md-4 div {
    padding-bottom: 10px;
}

#body4 .subtexttitle::before {
    content:'';
    background: #eee8e4;
    background: -moz-linear-gradient(left,  #eee8e4 0%, #69402a 32%, #69402a 67%, #eee8e4 100%);
    background: -webkit-linear-gradient(left,  #eee8e4 0%,#69402a 32%,#69402a 67%,#eee8e4 100%);
    background: linear-gradient(to right,  #eee8e4 0%,#69402a 32%,#69402a 67%,#eee8e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee8e4', endColorstr='#eee8e4',GradientType=1 );
    opacity: 0.6;
    position: relative;
    display: block;
    width:100%;
    height: 2px;
    margin-bottom: 50px;
}
#body4 .button {
    color: #fff;
    background: #69402A;
    padding: 10px 30px;
}

#body4 .col-md-4 div:last-child {
    margin-bottom: 60px;
}

#body6 .button a {
    background: #69402A;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

#body6 .col-md-4 h1 {
    margin-top: 0;
}

#map_canvas {
    width: 50%;
    height: 500px;
    margin-top: 130px;
}

#footer {
    color: #fff;
    background: #381C0E;
    text-align: center;
    height: 60px;
    width: 100%;
    padding-top: 15px;
    clear: left;
    z-index: 999;
    position: relative;
}

/* ETC */
.embed-container{
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* FORM */
#input_wrongdiv{
	display:none;
	color:#F00;
}
#after_send{
	display:none;
}

/* COOKIES */
#cookie_wrapper{
	position:fixed;
	left:0px;
	bottom:0px;
	color:#000000;
	background:#bfa38f;
	min-height:39px;
	text-align:center;
	padding:10px 24px;
	font-size:14px;
	width:100%;
	z-index:9999999;
}
#cookie_wrapper a{
	color:#000000 !important;
	text-decoration:underline !important;
}
#cookie_accept{
	position:absolute;
	display:block;
	right:11px;
	top:13px;
	cursor:pointer;
}
#body7 h1{
	font-size: 40px;
}

#body7 h3{
	font-size: 30px;
	line-height: 34px;
}
#footer a{
	color: #bfa38f !important;
	font-size: 16px;
	margin-left: 30px;
}
/* PARTICLES */

canvas{
  display:block;
  vertical-align:bottom;
}

.particlesmobile {
    position: relative;
}


/* ---- particles.js container ---- */

#particles-js{
    width: 100%;
    margin-top: 100vh;
    height: 100%;
    background-color: #eee8e4;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    z-index: 10;
    position: relative;
}

#particle_content {
	background-color: #eee8e4;
	position: absolute;
    top:0px;
    width:912px;
    left:50%;
    margin-left:-456px;
 	 margin-top: 160px;
}
#particles-js-white{
    width: 100%;
    height: 100%;
      background-color: #eee8e4;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    position: relative;
}
#particle_content_white {
	background-color: #eee8e4;
	position: absolute;
    top:0px;
    width:912px;
    left:50%;
    margin-left:-456px;
    margin-top: 160px;
}
#particles-js-white2{
    width: 100%;
    height: 100%;
      background-color: #eee8e4;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    position: relative;
}
#particle_content_white2 {
	background-color: #eee8e4;
	position: absolute;
    top:0px;
    width:912px;
    left:50%;
    margin-left:-456px;
    margin-top: 160px;
}
