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

/*___________Hauptnavigation___________*/
.logo {
	display:block;
	width:100%;
	padding:1em;
	text-decoration:none;
	color:white;
}

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

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

.site-nav a {
	display:inline;
	width:100%;
	 padding-right: 0.5em;
    text-decoration: none;
    color: #46627d;
}

.site-nav a:hover {
    color: #ecb7aa;
}

.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;
    margin-top: -0.5em;
    border-bottom: dashed 1px #8e8787 !important;
    background: #fff;
    background-color: #f8f8fd;
}
.pfeil_runter img {
    width: 20%;
    margin-top: -0.5em;
    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:rgba(0,0,0,0.4);
}

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

.js .toggle-sub-menu.active {
    background: #3f5c77;
	background-image: url(/wp-content/uploads/2021/01/pfeil_runter_weiss.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    height: 58px;
    width: 58px;
}
	
.toggle-sub-menu:hover, .toggle-sub-menu.active:hover {
    background-color: #3f5c77;
	background: #3f5c77;
    background-image: url(/wp-content/uploads/2021/01/pfeil_runter_weiss.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    height: 58px;
    width: 58px;
}
@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-image: url(/wp-content/uploads/2021/01/pfeil_runter.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    margin-top: 0;
    margin-bottom: 0;
}
}
@media screen and (min-width:500px) {
.js .toggle-sub-menu {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 1em;
    background-color: #EDE5E6;
    height: 58px;
    width: 58px;
    cursor: pointer;
    background-image: url(/wp-content/uploads/2021/01/pfeil_runter.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    margin-top: 0;
    margin-bottom: 0;
}
}
@media screen and (min-width:1200px) {
	
	.logo {
		width:auto;
		float:left;	
	}
	
.site-nav {
    float: right;
    width: auto;
    display: block !important;
    padding-right: 3em;
}

	.site-nav a {
		border:none;
	}
	
.site-nav li {
    width: auto;
    padding: 0.5em;
}

.site-nav li:hover {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 20%;
}
li.has-sub-menu {
    padding-bottom: 1em;
    background-image: url(/wp-content/uploads/2021/01/pfeil_runter.png);
    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;
    padding-top: 0.5em;
}
.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 #3f5c77;
}
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 {
    background: rgb(63 92 120);
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em 2em;
    color: white;
    cursor: pointer;
}
}
