/*---|| RESET CSS ||---*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline
}

body {
	line-height:1;
	overflow-x:hidden!important;
}

button {
	outline:0
}

ol,ul {
	list-style:none
}

blockquote,q{
	quotes:none
}

blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none
}

img {
	max-width:100%;
	height: auto;
}

q{
	display:inline;font-style:italic
}

q:before{
	content:'"';font-style:normal
}

q:after{
	content:'"';font-style:normal
}

textarea,.woocommerce form .form-row select, 
input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"], input[type="radio"],
.post-password-form input {
	-webkit-appearance:none;
	appearance:none;
	border-radius:0
}

table{
	border-collapse:collapse;
	border-spacing:0
}

th,td{
	padding:2px
}

big{
	font-size:120%
	}
	
small,sup,sub{
	font-size:80%
}

sup{
	vertical-align:super
}

sub{
	vertical-align:sub
}

dd{
	margin-left:20px
}

kbd,tt{
	font-family:courier;
	font-size:12px
}

ins{
	text-decoration:underline
}

del,strike,s{
	text-decoration:line-through
}

dt{
	font-weight:bold
}

address, cite, var {
    font-style: normal!important;
}

address,cite,var{
	font-style:italic
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}

*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-tap-highlight-color:transparent
}

.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{
	clip:rect(1px, 1px, 1px, 1px);
	position:absolute !important
}

.hide-desktop, .tab-accordion .text, .no-nav #header, .no-nav .pum-trigger  {
	display:none;
}
/*-CLOSE-*/

/*---|| CSS-SCHRIFTART ||---*/

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('font/poppins-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: url('font/poppins-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/poppins-v21-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('font/poppins-v21-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('font/poppins-v21-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('font/poppins-v21-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('font/poppins-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: url('font/poppins-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/poppins-v21-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('font/poppins-v21-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('font/poppins-v21-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('font/poppins-v21-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/*-CLOSE-*/


/*---|| DEFAULT WIDTH > 1680px ||---*/

:root {
--black: #02142c;
--blue: #d9eaf1;
--pink: #eb638c;
--font-small: 15px;
--font-standard: 20px;
--font-medium: 25px;
--font-big: 40px;
}

/*---|| ALLGEMEINE STYLING-ANGABEN ||---*/

h1, h2, h3, p, a, li {
	font-family: 'Poppins';
	font-weight:300;
	color: var(--black);
}

h1, h2, h3 {
	line-height:120%;
	text-align:center;
}

strong, h1, h2, h3 {
	font-weight:600;
}

.gap {
	margin:15px 0;
}

h1 {
	font-size: 50px;
	margin-top: 40px;
	margin-top:0;
}

h2 {
	font-size: var(--font-big);
}

h3 {
	font-size: var(--font-medium);
	line-height:140%;
}

p, a, li {
	font-size: var(--font-standard);
	line-height:150%;
}

.data ul li ul li {
	list-style-type:circle;
	margin-left: 22px;
	margin-top:10px;
	margin-bottom:10px;
}

.data h3 {
	margin-top:40px;
}

.data h1, .data h2, .data h3 {
	text-align:left;
}

.data p {
	margin-top: 10px;
}

.sub {
	font-size: var(--font-small);
	text-transform:uppercase;
	font-weight:600;
	margin-top:20px;
}

.center {
	text-align:Center;
}

a {
	text-decoration:none;
}

.section {
	display:flex;
	justify-content: center;
	align-items:center;
	position:relative;
	flex-direction:column;
}

.section > div {
	flex:1 1 0;
}

.inner-container {
	max-width:1280px;
	padding: 100px;
}

a, a:hover, .icon img, .button, .languages a, .languages a:hover {
	transition: opacity ease-in-out 0.5s;
	-webkit-transition: opacity ease-in-out 0.5s;
	-moz-transition: opacity ease-in-out 0.5s;
}

.languages {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 25px;
}

.languages img {
    width: 60px;
	border: 1px solid #d6d6d6;
}

.languages a {
	opacity:1;
}

.languages a:hover {
	opacity:0.5;
}

a:hover {
	color: var(--pink);
}

img.logo {
    width: 100%;
    height: 100%;
    max-width: 300px;
    display: block;
	margin: 0 auto;
	margin-bottom:40px;
}

.soon {
	color: var(--pink);
}

.home img.logo {
    
}

.section.books {
    flex-direction: column;
}

#footer {
	background: var(--black);
}

#footer .inner-container {
	display: flex;
    width: 100%;
    justify-content: center;
	padding: 30px;
	margin:0 auto;
}

#footer a, #footer p {
	font-size:var(--font-small);
	margin: 0 10px;
	padding:0!important;
	color:white;
}

.section.map-holder {
    min-height: 500px;
}

.location br {
	display:none;
}

.columns {
	display:flex;
	flex:1 1 0;
	gap:40px;
	justify-content: center;
	margin-top:50px;
	flex-wrap:wrap;
}

.columns > div {
	text-align:center;
}

.columns h3 {
	font-size: var(--font-medium);
	margin-bottom:15px;
}

#wrapper {
	background: url('images/background.jpg') center center no-repeat;
	background-size:cover;
	min-height:100vh;
	padding-bottom:100px;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
}

.col {
    background: white;
    border-radius: 10px;
	width:100%;
    max-width: 350px;
    padding: 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

img.bookcover {
    width: 100%;
}


/*-CLOSE-*/

/*-CLOSE-*/

/*---|| MAX-WIDTH = 1680px ||---*/
@media screen and (max-width:1680px) {
:root {
    --font-big: 37px;
}

h2.small {
    letter-spacing: 5.5px;
}

.inner-container {
    padding: 80px;
}


}
/*-CLOSE-*/

/*---|| MAX-WIDTH = 1440px ||---*/
@media screen and (max-width:1440px) {
#wrapper > .section .inner-container {
	position:relative;
	max-width:100%;
}

#wrapper > .section .left.inner-container {
	padding-bottom:0;
}

#wrapper > .section .right.inner-container > div:first-child {
	text-align:Center;
	margin-top:40px;
}

h3 + h3 {
    margin-bottom: 15px;
}

#wrapper > .section .right.inner-container > div {
    display: table;
    text-align: left;
    margin: 0 auto;
}

#wrapper > .section .left {
	z-index:2;
	margin-bottom:-33px;
}

.button.instagram {
    margin-top: 80px;
}

.text-holder {
    top: 80px;
    left: 80px;
}

.columns {
	padding:0 35px;
}

}

/*-CLOSE-*/

/*---|| MAX-WIDTH = 1024px ||---*/
@media screen and (max-width:1024px) {
	.columns {
		gap:50px;
		padding: 0;
	}
	
	
}
/*-CLOSE-*/

/*---|| MAX-WIDTH = 700px ||---*/
@media screen and (max-width:700px) {
img.logo {
	padding: 0 20px;
}

}
/*-CLOSE-*/

/*---|| MAX-WIDTH = 500px ||---*/
@media screen and (max-width:500px) {
:root {
    --font-big: 25px;
	--font-medium: 22px;
	--font-standard: 18px;
}

h1 {
	font-size:30px;
}

.inner-container, .text-holder {
    padding: 50px 30px;
}

.columns {
	gap: 20px;
	padding: 0;
}

#footer .inner-container {
    flex-direction: column;
    text-align: center;
}

#footer a, #footer p {
    margin: 10px 0!Important;
}

.data h3 {
	font-size: 20px;
}

}
/*-CLOSE-*/