@charset "UTF-8";
/* CSS Document */

/*___________Hauptnavigation___________*/

.site-nav {
    width: 100%;
    float: left;
}

.site-nav li {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
    display: grid;
    font-size: 15pt !important;
}
.site-nav a {
    display: inline;
    width: 100%;
    padding-right: 0.5em;
    text-decoration: none;
    color: #3a3939ab;
}
.site-nav a:hover {
    color: #699da9;
}

.js .site-nav {
	display:none;
}

.js .sub-menu {
	display:none;
}

.sub-menu li:last-of-type {
	padding-bottom:0;
}

.sub-menu a {
}

.sub-menu a {
    padding: 1em;
    /* border: dashed 1px #8e8787 !important; */
    background: #f0eee9;
    min-width: 300px;
}
.pfeil_runter img {
    width: 20%;
    margin-left: 10%;
}
.sub-menu .sub-menu a {
	background:rgba(0,0,0,0.6);
}


/* toggles */

.toggle-site-nav {
    background: rgb(63 92 120);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em;
    color: white;
    cursor: pointer;
}

.toggle-site-nav:hover {
    background: #005b71;
}

.toggle-sub-menu {
	display:none;
}

.js .toggle-sub-menu.active {
    background: #b0966e;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    height: 56px;
    width: 56px;
    background-image: url(../bilder/pfeil_runter.png);
}
	
.toggle-sub-menu:hover, .toggle-sub-menu.active:hover {
    background-color: #3f5c77;
    background-color: #ccb593;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    height: 56px;
    width: 56px;
	background-image: url("../bilder/pfeil_runter.png");
}
@media screen and (max-width:500px) {
.js .toggle-sub-menu {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 1em;
    background-color: #EDE5E6;
    height: 62px;
    width: 62px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    margin-top: 0;
    margin-bottom: 0;
	background-image: url("../bilder/pfeil_hoch.png");
}
}
@media screen and (min-width:500px) {
.js .toggle-sub-menu {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 1em;
    background-color: #b0966e;
    height: 58px;
    width: 58px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    margin-top: 0;
    margin-bottom: 0;
	background-image: url("../bilder/pfeil_hoch.png");
}
}
@media screen and (min-width:1200px) {	
.site-nav {
    float: right;
    width: auto;
    display: block !important;
    top: 0;
    position: absolute;
    right: 0;
}
	.site-nav a {
		border:none;
	}
	
.site-nav li {
    width: auto;
    padding: 0.5em;
    border-right: solid 1px #dfd5c5;
    height: 40px;
}

.site-nav li:hover {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 20%;
}
li.has-sub-menu {
    padding-bottom: 1em;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 20%;
}
	.has-sub-menu a {
	}

.has-sub-menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 30%;
    height: 100%;
    /* background: aqua; */
}

	/* sub menu */
	.site-nav li:hover > .sub-menu {
		display: block;
	  	position: absolute;
	  	width: 300px;
	  	padding: 0 25px 25px 25px;
	  	left: -25px;
	  	top: 50px;
	}

	.sub-menu {display:none;}
	
.sub-menu li {
    width: 100%;
    z-index: 999;
    border-right: none;
}
	.sub-menu > a {
		width:100%;
		display:block;	
	}

	.has-sub-menu .has-sub-menu:after {
		background:gold;
	}
	
	.has-sub-menu .has-sub-menu:hover .sub-menu {
		display:block;	
		position:absolute;
	  	width: 300px;
	  	padding: 0 25px 25px 25px;
	  	left: 224px;
	  	top: 0px;
	}	
	.toggle-site-nav,
	.toggle-sub-menu {
		display:none !important;	
	}

	/* Navigationspunkte, die nach links ausklappen */

	.sub-left > .sub-menu {
		left:auto;
		right:0;
	}

	.site-nav .sub-menu .sub-left > .sub-menu {
		left:-275px;
	}
}
@media screen and (max-width:1200px) {
li {
    display: block;
    margin-right: 0;
    font-family: minion pro;
    color: #3f5c78;
    border-right: none;
    padding-right: 0;
}
.site-nav li {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
}
.site-nav a {
    display: block;
    width: 100%;
    padding-right: 0;
    text-decoration: none;
    text-align: center;
    padding: 1em;
    border-bottom: solid 1px #566c6b;
    background: #005b71;
	color: #fefefe;
}
ul.sub-menu li {
    background-color: aliceblue;
}
li.has-sub-menu {
    padding-bottom: 0;
}
.activ a {
    display: table-column;
}
.activ {
		background: #0F4A64;
}
.toggle-site-nav {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    padding: 1.4em 3em;
    color: white;
    cursor: pointer;
    z-index: 9999;
    background: linear-gradient(60deg, #005b71, #503953 70%);
    height: 65px;
}
	
}
