/*
Theme Name: Animal Souls
*/

.block {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
}
.image.left.bg {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 35%;
}
.logo {
    width: 200px !important;
    position: fixed;
    top: 40px;
    left: 40px;
    display: block;
    z-index: 111;
}
.logo img {
    width: inherit;
}

/*.logo.alt {  display:none;}*/

.symbol,
.bg {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    left: 0;
    background-size: cover;
    background-position: center, center;
    background-repeat: no-repeat;
    background-attachment: scroll, scroll, scroll;
    z-index: -1;
    opacity: 0.25;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#banner.team {
    padding: 0.25em 0 1em;
}
@media screen and (max-width:980px) {
    #banner.team {
        padding: 4em 0 1em;
    }
}
.features h3 {
    margin-bottom: 0px !important;
}
.spenden .expand {
    display: none;
}
.spenden {
    padding-top: 0;
    margin-top: 0;
}
.spenden ul {
    list-style: none;
}
.spenden li:before {
    content: "–";
    margin-left: -20px;
    display: block;
    position: absolute;
}
.spenden li:hover h3 {
    cursor: pointer;
    opacity: 0.7;
}

header h1 img { height:35px; margin-top:10px; }
header #menu-main {
    			font-family: Raleway, Helvetica, sans-serif;
font-size:0.8em;
    letter-spacing: 1px;
    list-style: none;
    position: absolute;
    top: 5px;
    right: 40px;
    transition: all 250ms ease;
}
header #menu-main li.menu-item {
    display: inline-block !important;
    border: 0;
    margin-right: 10px;
}

header.alt #menu-main {
    top: 55px;
    transition: all 250ms ease;
}
header #menu-main li.menu-item a {
    display: inline-block !important;
    border: 0;
    color:#505050;
    text-transform: uppercase;
    padding-bottom: 0px;
    border-bottom: 2px solid transparent;
}
header.alt #menu-main li.menu-item a {
 color:#fff;   
}
header #menu-main li.menu-item a:hover {
    opacity: 1;
    border-bottom: 2px solid transparent !important;
    color:#bf1c5b !important;
}
header.alt #menu-main li.menu-item a:hover {
    opacity: 1;
    border-bottom: 2px solid #fff !important;
    color:#fff !important;
}
header #menu-main li ul.sub-menu { position:absolute; top:35px; display:none; border-bottom:2px solid #fff; padding:0 20px 20px 20px; margin-top:10px; background:rgba(255,255,255,0.65); }
header #menu-main li ul.sub-menu li.menu-item a { color:#1f1f1f; 
    height: 40px !important;
    padding: 0 !important;
    margin: 0 0 0 0 !important; }
header #menu-main li:hover ul.sub-menu { display:block; }
header #menu-main li ul.sub-menu li { display: block !important; padding: 0 !important; margin: 0 !important; height: 30px; }
header #menu-main li ul.sub-menu li.menu-item a:hover, 
header #menu-main li.menu-item.menu-item-has-children a:hover 
{ border-bottom:0 transparent !important; opacity:0.7 !important; }
header #menu-main li.menu-item.menu-item-has-children a:hover 
{ border-bottom:0 transparent !important; opacity:1 !important; }
.content a,
.expand a { color: #bf1c5b !important; }
.expand p { margin-bottom: 0.8em; }
.werbung p { margin-bottom: 5px; }
.content a:hover,
.spenden a:hover { color: #ccc !important; }
.spenden h3:hover { color: #ccc !important; }
.content a.special { color:#fff !important; }


.spendenwidget .content { vertical-align: top !important;
text-align: center;
height: 200px; }
@media screen and (max-width:736px) {
.spendenwidget .content { width:100%; }    
}

.expand img { max-width: 50%;}
img.alignleft { margin-right:20px; float:left; max-width:100%; height:auto; margin-bottom:10px; }
img.alignright { margin-left:20px; float:right; max-width:100%; height:auto; margin-bottom:10px; }
.macaron {
    position: absolute;
    background: #fff;
    color: #505050;
    border-radius: 150px;
    width: 150px;
    height: 150px;
    padding: 53px 0 0;
        font-family: "cooper-black-std", Times New Roman, serif;
		font-weight: 400;
    font-size:24px;
    line-height: 1em;
    text-align: center;
    transform: rotate(-5deg);
    top:15em;
    z-index: 9;
    right:12vw;
    box-shadow: -5px -5px 1px #bf1c5b;
    transition: all 250ms ease;
}
.macaron.two { top:10em; right:calc(12vw - 75px);box-shadow: -5px -5px 1px #fff; background: #bf1c5b; color:#fff; }

.nl button { padding: 0 !important; background: #fff !important; color: #BF1C5B !important; }
.nl a { color:#ffffff !important; }
.macaron:hover { cursor: pointer; color:#bf1c5b;}
.macaron.two:hover { cursor: pointer; color:#505050;}

@media screen and (max-width:1280px) {
    .macaron { top:15em;}   
}
@media screen and (max-width:980px) {
    .macaron { top:480px;}
	.macaron.two { top:370px; right:calc(12vw - 70px); }
}
@media screen and (max-width:736px) {
    header h1 img { height:33px; margin-top:5px; }
    .macaron { top:460px;}
	.macaron.two { top:350px; right:calc(12vw - 70px); }
}
@media screen and (max-width:480px) {
    .macaron { top:460px;}
	.macaron.two { top:350px; right:calc(12vw - 50px); }
}
.macaron span {
    position: relative;
    display: block;
}
@media screen and (max-width: 980px) {
	a[href='#']{ display:none !important; }
	#menu ul.sub-menu { margin-bottom:0 !important; }
}

.marathon {
	z-index:999;
}
@media screen and (max-width:736px) {
.marathon { top: 330px; }
}
@media screen and (max-width:420px) {
.marathon { top: 370px; }
}
@media screen and (max-width:596px) {
	/*.macaron { display:none;}	*/
}
.code {
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    text-align: center;
}
.code .bannerclose:hover {
    cursor: pointer;
}
.code .bannerclose {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% + 177px) !important;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.code iframe {
    width:320px !important; 
    height:320px !important; 
    left: 50%;
    margin-left: -160px !important;
    padding: 0;
    margin: 0;
    text-align: center;
    top: 50%;
    position: absolute;
    margin-top: -160px !important;
    box-shadow: 0px 0px 15px #000000;
}
