@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Anja Kampmann
Theme URI: https://www.anjakampmann.de
Description: Wordpress template für Anja Kampmann
Author: Affolter/Savolainen
Author URI: http://affoltersavolainen.ch
*/




/* 1      Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, widget, widget_nav_menu, nav_menu-2, nav_menu-1, nav_menu {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin:  0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


/* 1      Basics */

body {
	background: #00142B;
	}

/* 2      Typografie */
body {
	font-family: 'Plantane', Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif';
	-moz-font-feature-settings:"kern" 1; 
 	-ms-font-feature-settings:"kern" 1; 
 	-o-font-feature-settings:"kern" 1; 
 	-webkit-font-feature-settings:"kern" 1; 
 	font-feature-settings:"kern" 1;
 	font-kerning: normal;
 	-webkit-font-smoothing: antialiased; /* Chrome, Safari */
 	-moz-osx-font-smoothing: grayscale; /* Firefox */
	font-weight: normal;
	font-style: normal;
	font-size: 1.35em;
	color: #FFF;
	line-height: 1.25em;
	text-align:left;
	overflow-x: hidden;
	overflow-y: auto;
	font-variant-ligatures: common-ligatures;
	font-variant-numeric: oldstyle-nums;
	letter-spacing: -0.006em;
}

@media screen and (max-width: 1200px) {
	body {font-size: 1.1em; }
}

@media screen and (max-width: 900px) {
	body {font-size: 1em; }
}




strong {
	font-weight: bold;
	font-style: normal;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	text-transform: capitalize;
	text-transform: uppercase;
	}
	
em {
	font-weight: normal;
	font-style: italic;
	}

a:link {
	color: #FFF;
	text-decoration: none;
	font-style: italic;
	}
	
a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #ffb588 !important;
	}	

a:visited {
	text-decoration: none;
	color: #fff;
	
	}

a:visited:hover {
	color: #ffb588;
}

	
a:active {
	text-decoration: none;
	color: #ffb588;
	}

strong a:link {
	font-style: normal;
	font-weight: bold;
}
	
h1 {
	font-size: 1.9em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 60px;
	line-height: 0.9em;
	letter-spacing: -0.02em;
	text-align: center;
	}
	
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.2em;
	}
	

h3 {
	font-size: 1em;
	margin: 0px 0px -1em 0px;
	font-style: italic;
	}
	
h3 a:link { color: #FFF !important;}
h3 a:hover {  color:#ffb588 !important;}
h3 a:active {  color:#FFF !important;}
h3 a:visited {  color:#FFF;}
	
h4 {
	font-size: 0.75em;
	line-height: 1.1em;
	}
	
hr {
	border: solid 2px #ebdb00;
	margin-top: 50px;
	margin-bottom: 50px;
	}


/*  3   Layout     */

#wrapper {
	position: absolute;
	display: block;
	float: none;
	clear: both;
	width: 100vw;
	min-height: 100%;
	margin-left: 0px;
	z-index: 2;
	background: url(https://www.anjakampmann.de/wp-content/themes/anjakampmann/bilder/ak-hintergrund.jpg);
	background-size: 110% auto;
	background-repeat: repeat-y;
	}

.mobile {display: none;}
@media screen and (max-width: 900px) {.mobile {display: block;}}

.desktop {display: block;}
@media screen and (max-width: 900px) {.desktop {display: none;}}


.hintergrundbild {
	width: 100vw;
	clear: both;
	z-index: 0;
	display: none;
}

.hintergrundbild img {
	width: 100%;
	height: auto;
}

.inhalt {
	position: relative;
}

.intro {
	width: 100vw;
	text-align: center;
	padding: 45vh 0px 55vh 0px;
	margin: 0 0 0 0;
	display: block;
}

.intro h1 {font-size: 2.2em; margin: 0 0 0 0;}

.allgemein {
	width: calc(100% - 660px);
	max-width: 800px;
	padding-bottom: 22em;
	margin-left: 350px;
	position: relative;
	align-items: flex-start;
	z-index: 9;
	}




.allgemein img {
	width: 240px;
	height: auto;
	float: left;
	margin-left: -290px;
	border: 2px solid #FFF;
	margin-top: 100px;
	}



h6 {
	positon: -webkit-sticky;
	position: sticky;
	top: 0em;
}



.allgemein img:hover {
	border: 2px solid #F37262;
}

.fixed {
	position: fixed;
	margin: 0px;
}	
.allgemein p {
	margin-top: 1em;
	margin-left: 0px;
}

.allgemein div {
	margin-top: 1em;
	margin-left: 0px;
}
		
.allgemein ul {
	margin: 0em 0px 0em 0em;
	list-style:  none;
	line-height: 1.1em;
	}

.allgemein ul li {
	margin-bottom: 1em;
}


.allgemein blockquote {
	font-style: normal;
}
	
.allgemein blockquote ul {
	margin: 0em 0px 0px 0px;
	font-style: normal;
	letter-spacing: 0em;
}

.allgemein a:link del {
	text-decoration: none;
	font-style: normal;
	border: 2px solid #FFF;
	text-align: center;
	padding: 7px 12px 9px 12px;
	border-radius: 20px;
	font-size: 0.9em;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.allgemein a:hover del {
	border: 2px solid #ffb588;
}

@media screen and (max-width: 900px) {
	.allgemein a:link del { 
	font-size: 0.6em;
	max-width: 98vw;
	overflow: hidden;
	}
	
}

.clear {
	float: none;
	clear: both;
	}
	
.hiddenbreak {
	display: none;
	}
	

@media screen and (max-width: 900px) {
	.allgemein {width: 90vw; margin: 0px 0px 0px 3vw; padding-left: 0vw; padding-bottom: 5em; overflow-x: hidden; }
	.allgemein img {width: 60vw; margin-left: 15vw; clear: both; float: none; margin-bottom: 1.5em;}
	.allgemein h2 {font-size: 1.4em; }
	.allgemein h1 {font-size: 1.6em; }
	}

.gallery {
margin: auto;
margin-left: 0px;
width: calc(100%);
margin-bottom: 1em;
overflow: hidden;
position: -webkit-sticky;
}

.gallery-columns-3 {
-moz-column-count: 3;
-webkit-column-count: 3;
-ms-column-count: 3;
-o-column-count: 3;
column-count: 3;
column-gap: 5px;
}

.gallery-columns-4 {
-moz-column-count: 4;
-webkit-column-count: 4;
-ms-column-count: 4;
-o-column-count: 4;
column-count: 4;
column-gap: 10px;
}

@media screen and (max-width: 1100px) {
.gallery {width: 100%;}
.gallery-columns-4 {
-moz-column-count: 2;
-webkit-column-count: 2;
-ms-column-count: 2;
-o-column-count: 2;
column-count: 2;
	}
}

.gallery-columns-5 {
column-count: 4;
column-gap: 5px;
}

.gallery div {
	margin: 0em 0em 0em 0em;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.gallery div:before, .gallery div:after {
	display: inline-block;
}

.gallery a:link::before {
content: none !important;
}

.gallery a:hover::before {
display: none !important;
}

.gallery a:hover {
color: #ffb588;
}

.gallery img {
margin-right: 0;
float: left;
}



.portrait {
height: 260px;

}

.portrait img {
min-width: 100%;
height: auto;
min-height: 262px;
margin-left: 50%;
margin-top: 130px;
transform: translate(-50%, -50%);
}


.landscape {
	height: 139px;
}

.landscape img {
	min-width: 100%;
	height: auto;
	min-height: 139px;
	margin-left: 50%;
	margin-top: 65px;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 1600px){
	.portrait {height: 400px;}
	.portrait img {min-height: 400px; margin-top: 200px;}
	.landscape {height: 260px;}
	.landscape img {margin-top: 130px; min-height: 260px; width: auto;}
}

@media screen and (max-width: 500px){
	.portrait {height: 210px;}
	.portrait img {min-height: 210px; margin-top: 105px;}
	.landscape {height: 140px;}
	.landscape img {margin-top: 70px; min-height: 140px; width: auto;}
}



.gallery .gallery-caption {
margin-left: 0;
font-size: 0.5em;
line-height: 1.3em;
height: 12px;
text-align: left;
}





/* Kalender */


#vsel {
	float: none !important;
	margin: 1em 0em 0em 0em !important;
}

#vsel div {
	margin: 0 0 0 0 !important;
}

#vsel p {
	margin: 0 0 0 0 !important;
}

#vsel h2 {
	margin: 0 0 0 0 !important;
}

.vsel-content {
	border-bottom: none !important;
	padding: 0 0 2em !important;
}

.vsel-meta {
	width: auto !important;
	margin-left: 0px;
}

.vsel-image-info {
	width: 80%;
}

@media screen and (min-width: 700px) {
	.vsel-image-info {width: 80% !important;}
}

.vsel-meta-date { 
font-weight: bold;
}

.vsel-meta-title {
	display: none !important;	
}

#vsel .vsel-meta-end-date {
	margin-top: -0.2em !important;
}

#vsel ul {
	margin: 0 0 0 0 !important;
}

#vsel ul a:link::before {

}


@media screen and (max-width: 1100px) {
	.vsel-image-info {width: 100% !important;}
}

/* 4    Navigation     */

/* Hamburger */


.hamburger {
  display: block;
  position: fixed;
  overflow: hidden;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  width: 86px;
  height: 75px;
  right: calc(110px - 43px);
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer; 
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 100;
}


.hamburger:focus {
  outline: none;
}

.hamburger span {
  display: block;
  position: absolute;
  top: 32px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #FFF;
  content: "";
}


.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  content: "";
}

.hamburger span::before {
  top: -16px;
}

.hamburger span::after {
  bottom: -16px;
}

.hamburger--x {
  background: none;
}

.hamburger--x span {
  transition: background 0s 0.3s;
}

.hamburger--x span::before,
.hamburger--x span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.hamburger--x span::before {
  transition-property: top, transform;
}

.hamburger--x span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.hamburger--x.is-active span {
  background: none;
  border: none;
}

.hamburger--x.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background: #FFF;
}

.hamburger--x.is-active span::after {
  bottom: 0px;
  transform: rotate(-45deg);
  background: #FFF;
}

.hamburger--x.is-active span::before,
.hamburger--x.is-active span::after {
  transition-delay: 0s, 0.3s;
}


@media screen and (max-width: 900px) {
	.hamburger {right: 0px; width: 44px; margin-top: 0px; height: 42px;}
	.hamburger span { top: 20px;
  left: 6px;
  right: 6px;
  height: 2px;
	
}

	
	.hamburger span::before {
  top: -11px;
}

.hamburger span::after {
  bottom: -11px;
}
	
}

.facebook {
	position:fixed;
	right: 0px;
	width: 220px;
	text-align: center;
	bottom: 1em;
}

.facebook a:link {color:#FFF; font-style: normal;}
.facebook a:hover {color:#FFF; font-style: italic;}

.facebook img {
	width: 34px; height: auto; margin: 5px;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;}

.facebook img:hover {margin-bottom: 7px;}

.contentmenu {
	width: 260px;
	font-weight: bold;
	font-style: normal;
	font-size: 0.7em;
	line-height: 1.35em;
	letter-spacing: 0.08em;
	text-transform: capitalize;
	text-transform: uppercase;
	display: block;
	top: 70px;
	margin-right: 0px;
	right: 0;
	margin-left: auto;
	margin-top: 0px;
	float: right;
	text-align: left;
	color: #FFF;
	position: fixed;
	z-index: 99;
	list-style-type: none !important;
	}

.mobile .contentmenu {
	font-size: 1.2em;
	display: none;
	background: #000;
	position: fixed;
	top: 0px;
	height: 90vh;
	width: 90vw;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-top: 10vh;
}

	
.widgettitle { display: none;}
	
.menu ul{
	list-style-type: none !important;
	margin-top: -20px;
	padding: 0px;
	color: #FFF;
	display: block;
	}
	
.menu li {
	list-style-type: none !important;
	list-style-image: none;
	width: 100%;
	display: block;
	color: #FFF;

	}
		
.menu li a:link {
	font-style: normal;
	border-bottom: none;
	color: #FFF; }
	
.menu li a:active {
	color: #ffb588 !important; }
	
.menu li a:visited {
	border-bottom: none;
	color: #FFF !important; }
	
.menu li a:hover {
	color: #ffb588 !important; 
	border-bottom: none;
}

.active {color: #ffb588 !important;}
.menu .active li a:link {color: #ffb588 !important;}
.active a:visited {color: #ffb588 !important;}
.active a:active {color: #ffb588 !important;}


.footer {
	width: 100%;
	background: #ffb588;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1.5em;
	font-size: 0.75em;
	line-height: 1.15em;
}

.footer a:link {
	color: #FFF;
	font-style: normal;
	transition: all ease-in-out 0.3s;
}

.footer a:hover {
	color: #FFF;
	padding-bottom: 5px;
}
