@charset "utf-8";

/*
Theme name: Nektek Ugatunk Állatvédő Egyesület
Theme URI: https://www.nektekugatunk.hu
Version: 1.0
Author: tigaman
Author URI: https://www.tigaman.hu
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url("font-awesome.min.css");



body {
	background-color: #FFFFFF;
	font-weight: 300;
	margin: 0px;
	color: rgba(0,0,0,.4);
	font-family: 'Oswald', sans-serif;
}

a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	font-weight: normal;
	border-bottom: 1px dashed #FFFFFF;
}
a:hover {
	color: #c0c0c0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	border-bottom: 1px dotted #FFFFFF;
}

strong {
	font-weight: bold;
}
h1, h2, h3 {
	font-weight: 300;
	text-transform: uppercase;

}
.color {
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px;
	display: none;
}
.one {
	background-color: #FF280B;
}
.twoo {
	background-color: #DC000E;
}
.three {
	background-color: rgba(152,203,70,1);
}
.four {
	background-color: rgba(241,94,66,1);
}
.five {
	background-color: #FF280B;
}

.six {
	background-color: rgba(189,212,231,1);
}
.seven {
	background-color: #967bb6;
}




.clear {
	clear: both;
}
.szaz{
	width: calc(100% - 44px);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border: 2px solid rgba(0,0,0,.1);
	height: auto;
	padding: 10px;
}

.slideshow{
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	z-index: -10;

}

.slideshow-item{
    width: inherit;
    height: inherit;
    position: absolute;
    opacity: 0;
    animation: slideanim 31s infinite;
}

.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img{
    animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img{
    animation-delay: 10s;
}

.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img{
    animation-delay: 20s;
}
.slideshow-item:nth-child(4),
.slideshow-item:nth-child(4) img{
    animation-delay: 30s;
}
.slideshow-item:nth-child(5),
.slideshow-item:nth-child(5) img{
    animation-delay: 40s;
}
.slideshow-item:nth-child(6),
.slideshow-item:nth-child(6) img{
    animation-delay: 50s;
}
.slideshow-item:nth-child(7),
.slideshow-item:nth-child(7) img{
    animation-delay: 60s;
}

.slideshow-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom 31s infinite;
}

.slideshow-item-text{
	max-width: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	padding: 10rem 5rem;
	font-family: oswald;
}

.slideshow-item-text h5{
    font-size: 3.5rem;
    letter-spacing: 3px;
}

.slideshow-item-text p{
    font-weight: 300;
    font-size: 1.6rem;
    margin-top: 2rem;
}

@keyframes slideanim{
    25%{
        opacity: 1;
    }
    40%{
        opacity: 0;
    }
}

@keyframes zoom{
    100%{
        transform: scale(1.3);
    }
}

@media screen and (max-width: 1100px){
    .slideshow-item-text{
        max-width: 75%;
    }
}

@media screen and (max-width: 768px){
    .slideshow-item-text{
        padding: 3rem 1.5rem;
    }
}

@media screen and (max-width: 456px){
    .slideshow-item-text{
        max-width: 100%;
        top: inherit;
        transform: translateY(0);
        bottom: 0;
    }

    .slideshow-item-text h5{
        font-size: 2rem;
    }

    .slideshow-item-text p{
        font-size: 1rem;
    }
}




#header {
	width: 100%;
	margin: 0px auto 0px auto;
	background-attachment: fixed;
	background-size: cover;
    position: fixed;	
	

}



.header {
	width: 95%;
	margin: 0px auto 0px auto;
	position: relative;
	height: 120px;

}


.logo.large img{
	height: 200px;
	width: auto;
	margin: 0 0 10px 0;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	top: 10px;
	left: 10px;
	position: fixed;
	z-index: 2;
}
.logo.small img{
	height: 50px;
	width: auto;
	margin: 0 0 10px 0;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	position: fixed;
	top: 0px;
	left: 10px;
	z-index: 2;
}
.logo a	{text-decoration: none;
	border: 0;}

.headcontact.large{
	padding: 10px;
	position: fixed;
	top: 0px;
	right: 0px;
	transition: all .1s;
	-moz-transition: all .1s; /* Firefox 4 */
	-webkit-transition: all .1s; /* Safari and Chrome */
	-o-transition: all .1s; /* Opera */
	opacity: 1;
}
.headcontact.small{
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	opacity: 0;
}


.headcontact ul{
	float: left;
	margin: 0px 0 0px 0px;
	list-style: none;
	padding: 0;
}
.headcontact li {
	float: left;
	padding: 0;


}
.headcontact li a{
	float: left;
	padding: 3px 5px;
	color: #FFFFFF;
	font-weight: 400;
	margin: 0 0px 0 2px;
	text-decoration: none;
	border: 0;	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	text-transform: lowercase;
	font-size: 14px;
	background-color: #FF3300;
}



.headcontact li a:hover{
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	opacity: .8;
}


.headcontact li.menu-item-89 a  {
	background-color: #3b5998;
}

li.menu-item-89 a:before {
	font-family: FontAwesome;
	content: "\f09a";
	margin: 0 10px 0 0px;
}

.headcontact li.menu-item-90 a  {
	background-color: #c13584;
}

li.menu-item-90 a:before {
	font-family: FontAwesome;
	content: "\f16d";
	margin: 0 10px 0 0px;
}


#menu {
	width: 100%;
	margin: 0px auto;
	position: fixed;
	z-index: 1;


}

#menu.large {
	top: 150px;

	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */		
}
#menu.small {
	top: -50px;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */

}

.menu {
	width: 95%;
	margin: 0px auto;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	color: rgba(0,0,0,.4);
 

}


.menu  ul{
	margin: 0;
	padding: 0;
	list-style-type: none;

}
.menu li {
	padding: 10px 10px 10px 0px;
	float: left;

}
.menu li a {
	display: block;
	position: relative;
	text-decoration: none;
	border: 0;
	font-size: 20px;
	text-transform: uppercase;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	font-weight: 500;
	background-image: url(images/mbg.png);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: top left;
}

.menu li a:hover{
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	color: rgba(0,0,0,.9);
	background-position: bottom right;
}


.menu li a:after{
	content: "/";
	color: rgba(0,0,0,.4);
	padding-left: 10px;
	font-size: 20px;
}
.menu li:last-child a:after {
	display: none;
}


#homeboxes {
	width: 80%;
	margin: 0px auto;
	z-index: 1;
	top: 350px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.homeboxes {
	width: 32.333%;
	float: left;
	margin: 0 0.5%;
	background-image: url(images/homeboxes.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	color: rgba(255,255,255,1);
	cursor: pointer;

}
.homeboxes img {
	width: 50%;
	height: auto;
	margin: 0 25%;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */

}
.homeboxes:hover  img{
  transform: rotateY(720deg);
transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */  
}



.homeboxes:nth-child(1) {
	background-color: rgba(152,203,70,1);
}
.homeboxes:nth-child(2) {
	background-color: rgba(39,48,75,1);
}
.homeboxes:nth-child(3) {
	background-color: rgba(241,94,66,1);
}










#content {
	width: 95%;
	margin: 150px auto 0 auto;

}
.fleft {
	width: 70%;
	float: left;
}
.content {
	padding: 10px 20px;
	float: left;
	font-size: 18px;
	color: #666666;
	width: calc(100% - 42px);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 0 30px 0;
}
.content h1 {
	font-weight: 400;
	text-align: center;
}
.content h1 a{

}

.content h1::before,
.content h1::after {
    display: inline-block;
    content: "";
    border-top: .3rem solid rgba(255,255,255,1);
    width: 3rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
}


ul.aloldal  {
	list-style-type: none;
	margin: 0px;
	padding: 0;	
}

.aloldal li {
	box-shadow: 0 0 5px #888;
	background-color: rgba(74,72,96,1);
	color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,1);
	width: calc(97% - 0px);
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 15px;

	padding: 10px 1.5%;
	display: block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: #4A4860;
	color: #FFFFFF;

}
.aloldal li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FF3300;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	color: #FFFFFF;
}
ul.aloldal li:hover, ul.aloldal li:focus, ul.aloldal li:active {
	color: #FFFFFF;
}
ul.aloldal li:hover:before, ul.aloldal li:focus:before, ul.aloldal li:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
ul.aloldal li a, ul.aloldal li a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
	border: 0;
}



.image-box{
	width: 31%;
	float: left;
	margin: 10px 1% 20px 1%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}



.image {
	width: 100%;
	background-position: center;
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	background-size: cover;
	padding: 50%  0 0 0;
} 
.image:hover {
	-webkit-transform:scale(1.3) rotate(8deg);
	-moz-transform:scale(1.3) rotate(8deg);
	-ms-transform:scale(1.3) rotate(8deg);
	-o-transform:scale(1.3) rotate(8deg);
	transform:scale(1.3) rotate(8deg)
} 
.morelink {
	font-size: 15px;
	left: auto;
	margin: 0;
	position: absolute;
	top: calc(50% - 22px);
	right: 0px;
	color: #fff;
	padding: 10px;
	z-index: 1;
	font-weight: 300;
	text-transform: uppercase;
	background-color: rgba(255,51,0,1);
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */	
}
.morelink a{
	color: #fff;
text-decoration: none;
	border: 0;
}
.morelink:hover {
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
	opacity: .7;
}	
.morelink i {
	margin: 0 0 0px 10px;
}




.sidebar {
	width: calc(30% - 22px);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	border: 1px solid rgba(0,0,0,.1);
	margin:0 0 0 20px;
	float: left;
}
.box {
	float: left;
	width: 100%;
	color: #7E7E7E;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 0px 30px 0px;	
}
.box h3{
	font-weight: 300;
	text-transform: uppercase;
	margin: 0px 0%;
	font-size: 20px;
	text-align: center;
	width: 100%;
	padding: 5px 0 5px 0;
	color: rgba(255,255,255,1);
}
.box h3 a{

	color: rgba(255,255,255,1);
}

.box:nth-child(1)  h3{
	background-color: rgba(152,203,70,1);
}
.box:nth-child(2)  h3{
	background-color: rgba(39,48,75,1);
}
.box:nth-child(3)  h3{
	background-color: rgba(241,94,66,1);
}

.boxcontent {
	width: calc(100% - 10px);
	padding: 5px;
}
.box img {
	width: 100%;
	height: auto;
	margin: 10px 0;
}

.boxcontent ul  {
	list-style-type: none;
	margin: 0px 0 0 0px;
	padding: 0px;
}
.boxcontent li {
	list-style: none;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 1px 0px;
	font-size: 15px;
}

.boxcontent li a:before {
	font-family: FontAwesome;
	content: "\f017";
	color: rgba(255,255,255,1);
	margin: 0 5px 0 0;
}

.boxcontent li a{
	display: block;
	color: #FFFFFF;
	background-color: rgba(241,94,66,1);
	width: 97%;
	padding: 6px 0.5% 6px 2.5% ;
	text-decoration: none;
	text-align: left;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
		}	
.boxcontent li:nth-child(odd) a{
	background-color: rgba(39,48,75,1);
	color: #FFF;
}

.boxcontent li a:hover{
	background-color: #FF9900;
	color: #FFFFFF;


}


#footer {
	width: 100%;
	height: 250px;
	margin: 20px auto 0px auto;
	color: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
	position: relative;
}
.footer {
	width: 95%;
	color: rgba(255,255,255,1);
	margin: 0px auto 0px auto;
	padding: 20px 0 0 0;
	text-align: center;
}
.footer a{
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	font-weight: 500;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-o
}
.footer a:hover {
	color: rgba(255,255,255,0.8);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-o
}

.top {
	width: 80px;
	height: 80px;
	margin: 0px 0 0 0;
	background-image: url(images/top.png);
	background-size: cover;
	border-radius: 50%;
	border: 3px double #fff;
	position: absolute;
	right: calc(50% - 43px);
	bottom: 10px;
	float: none;
}
.top img {
	width: 80px;
	height: 80px;

	border-radius: 50%;	

}

.top {
	width: 80px;
	height: 80px;
	margin: 0px 0 0 0;
	background-image: url(images/top.png);
	background-size: cover;
	border-radius: 50%;
	border: 3px double #fff;
	position: absolute;
	right: calc(50% - 43px);
	bottom: 10px;
	float: none;
}
.top a {
	border-bottom: 0;

}


 /* -----------------------------------------------*/
.gallery {
				margin: auto;
}


.gallery-icon a img, .gallery-icon img {
	display: block;
	margin: 0px auto;
	width: 100%;	
	height: auto;  
}


dl.gallery-item {
	float: left;
	margin-bottom: 10px;
	width: 17%;
	margin-right: calc(2% - 6px);
	padding: 5px 0.5% 5px 0.5%;
	border: 3px double #999;
	background-color: rgba(74,72,96,0.8);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
dl.gallery-item:hover {
	-webkit-transform: scale(1.10); /* Safari and Chrome */
	-moz-transform: scale(1.10); /* Firefox */
	-ms-transform: scale(1.10); /* IE 9 */
	-o-transform: scale(1.10); /* Opera */
	transform: scale(1.10);
	background-color: rgba(255,255,255,0.3);	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}


.gallery .gallery-caption {
	
}


.wp-caption {

	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;

}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;	
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	background-color: #ffffff;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
	
}

.wp-caption-text {
	text-align: center;

	font-size: 35px;
	color: #454f40;
	margin: 15px 0 0 0;
	font-weight: 300;
}







#map_div{

	padding: 50% 0 0 0;
	float: left;
	font-size: 18px;
	color: #666666;
	width: calc(100% - 2px);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 0 30px 0;;	
}


/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
	overflow: hidden;
	width: 100%;
	float: left;
	margin: 10px 0;
}

.wp-pagenavi {
	padding: 15px 20px;
	display: block;
	clear: both;
}
.last {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 20px !important;
	margin: 2px !important;
	text-decoration: none !important;
	border: 1px solid #e2e5e5 !important;
	color: #FFFFFF !important;
	font-weight: normal !important;
	background-color: #666;
}
.wp-pagenavi span.pages {
	padding: 20px !important;
	margin: 2px !important;
	border: none !important;
	color: #bcc9c9 !important;
	background: none !important;
	display: none;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
	padding: 20px !important;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #e2e5e5 !important;
	color: #FFFFFF !important;
	background-color: #999;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.wp-pagenavi a:hover {
	color: #FFF !important;
}

/************** cookies *************/
.cc-window {
	position: fixed;
	bottom: 0px;
	width: calc(100% - 30px);
	background-color: #4A4860;
	padding: 10px 15px;
	color: #FFFFFF;
	box-shadow: 0 -5px 5px -5px #333;
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
	z-index: 100;
}
@keyframes fadein {
    from { opacity: 0;	bottom: -150px; }
    to   { opacity: 1; 	bottom: 0px;}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

a.elfogad, a.adatvedelem {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #fff;
	margin: 10px 5px 0 5px;
	cursor: pointer;
	-webkit-transition: background-position .3s;
	-o-transition: background-position .3s;
	-moz-transition: background-position .3s;
	transition: background-position .3s;
	background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #4A4860), color-stop(49%, transparent));
	-webkit-background-size: 200% 200%;
	-moz-background-size: 200% 200%;
	-o-background-size: 200% 200%;
	background-size: 200% 200%;
	background-color: #FFFFFF;

}
a.elfogad:not(:disabled):not(.button_disabled):hover ,
a.adatvedelem:not(:disabled):not(.button_disabled):hover {
	background-position: 100% 0;
	color: #4A4860;
}
/************** cookies *************/




.linklove {
	display: none;
}
.mobil{
	display: none;
}
.nomobil{
	display: inline;
}



/* ----------------------------  mobil -------------------------------------   */
@media screen and (max-width: 980px) {
/**/



.mobil{
	display: inline;
}
.nomobil{
	display: none;
}






.mobilmenu {
	padding: 0px;
	width: 100%;
	margin: 0px 0 0 0;
	background-color: #4A4860;
}
.mobilmenu img {
	cursor: pointer;
	padding: 15px 10px;
	height: 45px;
	width: auto;

}
.menuicon {
	float: right;
}
.mobillogo{
	float: left;

}

.mobilmenucontent {
	padding: 0px;
	width: 100%;
	margin: 5px 0 0 0;
	display: none;	
}
.mobilmenucontent ul{
	margin: 0px;	
	padding: 0px;

}
.mobilmenucontent ul ul {
	margin: 0px;	
	padding: 0px;

}
.mobilmenucontent li  {
	list-style: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/blank.png);
	margin: 0 0 3px 0;
	border-bottom: 1px solid #000;
	font-size: 22px;
}
.mobilmenucontent li a  {
	display: block;
	color: #FFFFFF;
	padding: 25px 2.5%;
	width: 95%;
	text-decoration: none;
	background-color: #4A4860;
}

.mobilmenucontent li > a:hover, 
.mobilmenucontent li.mobilmenucontent-active > a 
{
	background-color: #282C35;
	color: #FFFFFF;
}

.mobilmenucontent li.current_page_item a
{
	background-color: #FF3300;
	color: #FFFFFF;
}

.mobilmenucontent a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
 	text-decoration: none;
	border: 0; 
}


.mobilmenucontent ul ul {

}
.mobilmenucontent ul ul > li a {
	background-color: #CCCCCC;
	margin: 2px 0 0 0;
	color: #231F20;
	text-decoration: none;
	border: 0;	
}
.mobilmenucontent li.mobilmenucontent-node {
	position: relative;
	left: 0px;
}
.mobilmenucontent li.mobilmenucontent-node > a:before {
	color: #FFF;
	position: absolute;
	right: 30px;
	font-size: 50px;
	top: 0px;
}
.mobilmenucontent li.mobilmenucontent-open > a:before {
  content: '-';

}
.mobilmenucontent li.mobilmenucontent-closed > a:before {
	content: '+';

}



.mobilmenucontent li.mobilmenucontent-node:last-child > ul > li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}



.mobilmenucontent li.menu-item-89 a  {
	background-color: #3b5998;
}

li.menu-item-89 a:before {
	font-family: FontAwesome;
	content: "\f09a";
	margin: 0 10px 0 0px;
}

.mobilmenucontent li.menu-item-90 a  {
	background-color: #c13584;
}

li.menu-item-90 a:before {
	font-family: FontAwesome;
	content: "\f16d";
	margin: 0 10px 0 0px;
}



#header , #menu{
	display: none;
}

.slideshow{

	height: 250px;


}

#homeboxes {
	width: 100%;
	margin: 0px auto 0 auto;
	position: static;
	left: 0px;	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.homeboxes {
	width: 99%;
	float: left;
	margin: 0 0.5%;



}

#content {
	width: 100%;
	margin: 0px auto;
}









.fleft{

	width: 100%;

}
.content  {
	width: calc(95% - 42px);
	margin: 20px auto;
	background-image: url(images/blank.png);
	float: none;
}
.content p, .content li, .box h3, .box ul li {

	background-image: url(images/blank.png);	

}

.content h1::before,
.content h1::after {
    display: none;
}

.content h2 {
	background-image: url(images/blank.png);


}

.image-box{
	width: 98%;

}

.timeline {
  width: 90%;

}

.sidebar {
	width: 95%;
	padding: 2.5%;
	margin: 5px auto;



}

.box ul li{

}



}
