.post {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.post p {
	text-align: justify;
}

.left_post {
	padding: 3em;
}

.right_post:empty {
	min-height: 150px;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.right_post {
	padding: 3em;
}

.left_post:empty {
	min-height: 150px;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.right_post:empty[data-photo="gallipoli"] {
	background-image: url(imgs/Gallipoli.jpg);
}

.right_post:empty[data-photo="welcome"] {
	background-image: url(imgs/welcome.jpg);
}

.left_post:empty[data-photo="corona"] {
	background-image: url(imgs/corona_kuschi.jpg);
}

.full_corona {
	/*display: none;*/
}

.wide {
	text-align: center;
	background-color: var(--main);
	padding: 10px;
}

.wide.t {
	text-align: center;
	background-color: var(--main-alpha);
	padding: 10px;
}

div.center-height {
	padding: 3em 0;
	background: radial-gradient(#FFFFFFCF, #FFFFFFA6);
}

.full_corona {
	background: url(/kuschis-reiseburo/imgs/corona.jpg);
	background-position: -400px 0;
}

.center {
	width: 60%;
	margin: auto;
	padding: 3em 0;
}

.center * {
	font-size: 18px;
	text-align: justify;
}

.full {
	display: none;
}

.full[data-place="gallipoli"] {
	background: url(/kuschis-reiseburo/imgs/Gallipoli_2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	object-fit: cover;
}

a.smaller {
	background-color: #FFFFFF55;
	padding: 5px;
}

a.smaller:hover {
	background-color: #FFFFFF66;
}

a.smaller:active {
	background-color: #FFFFFF88;
}

/* Cookies */
div#cookies {
	position: fixed;
	z-index: 5;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	color: #18335F;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #86C6E0;
	min-width: 840px;
	box-shadow: 0 0 50px 20px #00000055;
}

div#cookies section {
	width: 80%;
	display: grid;
	grid-template-columns: 1fr 8fr 2fr;
	text-align: justify;
	margin: auto;
	max-width: 1200px;
}

div#cookies a {
	display: inline;
}

div#cookies div#warn {
	font-size: 40px;
	margin-right: 10px;
}

div#cookies button {
	margin-left: 20px;
	height: 50%;
	margin-top: 20%;
}

/*notify*/

div#notify_box {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: var(--light-alpha);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

div#notify {
	position: fixed;
	z-index: 1;
	width: 600px;
	height: 590px;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -300px;
	background-color: var(--light-lighter);
	border-radius: 20px;
	text-align: justify;
	box-shadow: 0 0 50px 20px #00000055;
}

div#notify div {
	padding: 40px;
}

div#notify section#h1 {
	background-color: var(--main);
	padding: 50px 40px 0 40px;
	border-radius: 20px 20px 0 0;
}

div#notify section#h1 h1 {
	display: inline-block;
}

div#notify section#h1 select {
	float: right;
	border: 2px solid var(--darker);
    background: var(--main);
    color: var(--darker);
    outline: none;
    padding: 6px 8px;
    font-size: 16px;
    margin: 2px;
    margin-top: -8px;
}

#no-css {
	display: none;
}

/*@media (max-width: 768px) and (max-width: 768px) {
	.post, .post * {
		display: block !important;
		width: 93% !important;
	}
}*/

#open_sidebar {
	display: none;
}

.sidenav {
	display: none;
}

#lang-change-details-notify {
	position: absolute;
    top: 15px;
    right: 20px;
}