/* /////// Height /////// */
@media screen and (max-height: 700px) {
	.nav-menu{
		gap: 60px;
	}
	.nav-menu li a svg{
		width: 60px;
		height: 60px;
	}
	.nav-menu li a{
		font-size: 1.5rem;
	}
	.sub-menu li a{
		font-size: 1.2rem;
	}
	.nav-menu li.current-menu-item svg, .nav-menu li:hover svg, .nav-menu li.current-menu-parent svg {
		transform: translateY(-25px);
	}

	.close_menu {
	  width: 55px;
	  height: 55px;
	}
	#languages a{
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-height: 550px) {
	.nav-menu{
		gap: 40px;
	}
	.nav-menu li a svg{
		width: 45px;
		height: 45px;
	}
	.nav-menu li a{
		font-size: 1.35rem;
	}
	.sub-menu li a{
		font-size: 1rem;
	}
	.nav-menu li.current-menu-item svg, .nav-menu li:hover svg, .nav-menu li.current-menu-parent svg {
		transform: translateY(-25px);
	}
}
@media screen and (max-height: 450px) {
	.menu{
		overflow: scroll;
	}
	.menu_top{
		justify-content: space-between;
	}
	.menu-hauptmenu-container, .menu-hauptmenu-italienisch-container, .menu-hauptmenu-englisch-container{
		display: block;
		height: auto;
	}

	.nav-menu{
		flex-direction: column;
		align-items: center;
		gap:0;
		margin-bottom: 50px;
	}
	.nav-menu li{
		padding: 20px 0;
		transition: all 0.4s ease;
	}
	.nav-menu li a svg {
		display: block;
		opacity: 0;
		transform: none !important;
		transition: all 0.4s ease;
		max-height: 0px;
	}
	.sub-menu {
		opacity: 0;
		display: block;
		transform: none !important;
		transition: all 0.4s ease;
		max-height: 0px;
	}
	.sub-menu li{
		padding: 0;
	}

	.nav-menu li.current-menu-item svg, .nav-menu li:hover svg, .nav-menu li.current-menu-parent svg{
		display: block;
		margin-bottom: 20px;
		opacity: 1;
		max-height: 45px;
	}
	.nav-menu li.current-menu-item .sub-menu, .nav-menu li:hover .sub-menu, .nav-menu li.current-menu-parent .sub-menu{
		display: block;
		margin-top: 20px;
		opacity: 1;
		max-height: 200px;
	}
}

/* /////// Width /////// */
@media screen and (max-width: 1850px) {
	.flex_box_spruch h2{
		max-width: 800px;
	}
}
@media screen and (max-width: 1650px) {
	
}
@media screen and (max-width: 1600px) {
	
}
@media screen and (max-width: 1500px) {
	.nav-menu{
		gap: 60px;
	}
	.nav-menu li a svg{
		width: 60px;
		height: 60px;
	}
	.nav-menu li a{
		font-size: 1.5rem;
	}
	.sub-menu li a{
		font-size: 1.2rem;
	}
	.nav-menu li.current-menu-item svg, .nav-menu li:hover svg, .nav-menu li.current-menu-parent svg {
		transform: translateY(-25px);
	}
}
@media screen and (max-width: 1450px) {
	.flex_box_spruch h2{
		max-width: 600px;
	}
	.flex_box_spruch h2{
		padding: 0 40px;
	}
}
@media screen and (max-width: 1280px) {
	.slider_nav{
		padding: 0 40px;
	}
	.flex_box_version_1, .flex_box_version_2, .flex_box_auflistung{
		gap: 50px;
	}
	.flex_box_auflistung .auflistung_box .text_box{
		margin: 50px 0;
	}
}
@media screen and (max-width: 1270px) {
	
}
@media screen and (max-width:1241px){
	
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1150px){
	.nav-menu{
		gap: 40px;	
	}
	.nav-menu li a svg{
		width: 45px;
		height: 45px;
	}
	.nav-menu li a{
		font-size: 1.35rem;
	}
	.sub-menu li a{
		font-size: 1rem;
	}
	.nav-menu li.current-menu-item svg, .nav-menu li:hover svg, .nav-menu li.current-menu-parent svg {
		transform: translateY(-25px);
	}

	.close_menu {
	  width: 55px;
	  height: 55px;
	}
	#languages a{
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width:1100px){
	/*.header_logo {
		margin-right: 230px;	
	}
	.header.scrolled .header_logo {
		margin-right: 225px;
	}*/
	.header_logo svg.logo_icon{
		width: 60px;
		height: auto;
	}
	.header_logo svg.logo_schriftzug{
		width: 200px;
		height: auto;
	}
	.open_menu {
		width: 65px;
		height: 65px;
	}
	.open_menu svg{
		height: 25px;
		width: auto;
	}
	.header .button a{
		font-size: 0.9rem;
	}

	.platzhalter {
  		height: 270px;
  	}


	.flex_box_auflistung {
		display: block;
		justify-content: unset;
		align-items: unset;
		gap: unset;
	}
  	.flex_box_auflistung h2 {
		position: relative;
		top: auto;
		margin: 0 auto 40px;
		width: 100%;
		flex-shrink: unset;
		width: 100%;
		text-align: center;
	}
	.flex_box_auflistung .auflistung_box:nth-child(even){
		flex-direction: row-reverse;
	}
	.flex_box_auflistung .auflistung_box:nth-child(even) img{
		left: auto;
		right: 0;
	}
	.flex_box_auflistung .auflistung_box:nth-child(even) .text_box{
		text-align: right;
		margin: 100px 0;
	}


	.flex_box_spruch{
		flex-wrap: wrap;
	}
	.flex_box_spruch .bild_box {
		position: relative;
		line-height: 0;
	}
	.flex_box_spruch .bild_box::after {
		padding: 40%;
	}
	.flex_box_spruch .bild_box_1::after {
		padding: 0%;
	}
	.flex_box_spruch .bild_box_1 {
		margin-left: 0;
		width: 100%;
		padding: 0 40px;
		margin-bottom: 40px;
	}
	.flex_box_spruch .bild_box_1 img{
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		width: 100%;
		height: auto;
		max-height: 350px;
	}
	.flex_box_spruch .bild_box_2 {
		width: 40%;
	}

	.flex_box_spruch .bild_box_2 img {
		right: auto;
		top: auto;
		height: 100%;
		width: calc(100% - 40px);
	}


	.flex_box_spruch h2{
		max-width: 60%;
	}

	.gutter_sizer{
		width: 50px;
	}
	.grid_box {
		width: calc(50% - 25px);
		margin-bottom: 50px;
	}
	.grid_box:nth-child(2) {
		margin-top: 50px;
	}
	.grid_box .bild_box{
		margin-bottom: 20px;
	}
	.grid_box h2{
		margin-bottom: 20px;
	}

	.verlauf .like_title{
		font-size: 4.2rem;
	}
}
@media screen and (max-width:1024px){
	.einleitung_version_2{
		max-width: 800px;
	}
	.einleitung_version_2 h1, .einleitung_version_2 h2 {
		max-width: 100%;
	}
	.flex_box_version_2{
		flex-direction: column;
	}
	.flex_box_version_2 .text_box {
		width: 100%;
		margin-top: 0;
	}
	.flex_box_version_2 .bild_box {
		width: 100%;
	}
	.flex_box_version_2 img {
		width: 100%;
	}
	.tab_leiste{
		flex-wrap: wrap;
		gap: 20px 50px;
	}
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 950px) {
	.header {
		padding-top: 40px;
	}
	.header .buttons{
		flex-direction: column;
	}
	.header_logo {
		margin-right: 81px;
	}
	.header.scrolled .header_logo {
		margin-right: 76px;
	}
	.header.scrolled .buttons{
		gap: 10px;
	}
	
	.bookmenu{
		display:inherit;
	}
	.booksubmenu{
		display:none;
	}
	.menu-hauptmenu-container, .menu-hauptmenu-italienisch-container, .menu-hauptmenu-englisch-container{
		align-items: start;
  		padding: 10px 40px 0;
	}

	.menu{
		overflow: scroll;
	}
	.menu_top{
		justify-content: space-between;
	}

	.nav-menu{
		flex-direction: column;
		align-items: center;
		gap:0;
		padding-bottom: 150px;
	}
	.nav-menu li{
		margin: 30px 0 0;
		transition: all 0.4s ease;
	}
	.nav-menu li a svg {
		display: block;
		opacity: 0;
		transform: none !important;
		transition: all 0.4s ease;
		max-height: 0px;
	}
	.sub-menu {
		opacity: 1;
		display: block;
		transform: none !important;
		transition: all 0.4s ease;
		max-height: 200px;
		margin: 0;
	}
	.sub-menu li{
		padding: 0;
		margin: 15px 0 0!important;
	}

	.nav-menu li.current-menu-item svg, .nav-menu li:hover svg, .nav-menu li.current-menu-parent svg{
		display: none;
		margin-bottom: 20px;
		opacity: 1;
		max-height: 45px;
	}
	.nav-menu li.current-menu-item .sub-menu, .nav-menu li:hover .sub-menu, .nav-menu li.current-menu-parent .sub-menu{
		display: block;
		margin-top: 15px;
		opacity: 1;
		max-height: 200px;
	}
	.nav-menu li:last-child {
	  margin: 30px 0 0;
	}
	.platzhalter {
  		height: 260px;
  	}
}
@media screen and (max-width: 900px) {
	.verlinkung_footer a{
		font-size: 2.5rem;
	}
	.flex_box_footer{
		flex-direction: column;
		gap: 30px;
	}
	.impressum {
		flex-direction: column;
		gap: 10px;
	}
	.flex_box_infos{
		flex-wrap: wrap;
	}
	.info_box{
		width: 50%;
	}
	.info_box:first-child{
		margin-bottom: 30px;
	}
	.info_box:nth-child(2){
		border-right: 0;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 880px) {
	.grid_box {
		width: 100%;
		margin-bottom: 50px;
	}
	.grid_box .bild_box::after{
		padding-top: 70%;
	}
	.grid_box:nth-last-child(2){
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 850px) {
	.flex_box_version_1{
		flex-direction: column;
	}
	.flex_box_version_1 .text_box {
		width: 100%;
		padding: 0px 0;
	}
	.flex_box_version_1 .bild_box {
		width: 100%;
	}
	.flex_box_spruch h2, .leiste_links h2{
		font-size: 2rem;
	}

	.info_leiste, .swiper_auflistung .swiper-slide:last-child .info_leiste{
		padding-right: 25px;
	}
	.leiste_rechts{
		font-size: 1rem;
	}

	.swiper_slider .swiper-pagination-slider {
		display: none;
	}
	.swiper_slider .slider_nav_auflistung {
		flex-direction: row;
		gap: 20px;
		position: absolute;
		right: 30px;
		top: auto;
		bottom: 30px;
		height: auto;
	}

}
@media screen and (max-width: 800px) {
	body{
		font-size: 1.15rem;
	}
	h1, h2, h3, h4, h5, h6, .like_title{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.w1280, .flex_box_spruch .bild_box_1, .flex_box_spruch h2{
		padding: 0 30px;
	}
	.flex_box_spruch .bild_box_1{
		margin-bottom: 30px;
	}
	.margin_oben{
		margin-top: 70px;
	}
	.margin_unten{
		margin-bottom: 70px;
	}
	.padding_oben{
		padding-top: 70px;
	}
	.padding_unten{
		padding-bottom: 70px;
	}
	.bg_dunkel .margin_oben{
		padding-top: 70px;
		margin-top: 0;
	}
	.bg_dunkel .margin_unten{
		padding-bottom: 70px;
		margin-bottom: 0;
	}

	.bg_padding{
		padding: 70px 0;
	}
	.flex_box_spruch .bild_box_2 img{
		width: calc(100% - 30px);
	}

	.verlauf .like_title{
		font-size: 3.5rem;
	}

	.swiper_carousel .swiper-slide{
		transform: scale(0.9) translateZ(0);
	}
}
@media screen and (max-width: 780px) {
	
}
@media screen and (max-width: 750px) {
	/*.requestlink{
		display: none;
	}*/
	.header .buttons {
		position: absolute;
		right: 110px;
		text-align: right;
	}
	.header_logo{
		margin-right: 0 !important;
	}
	.header_logo svg.logo_schriftzug {
		width: 150px;
	}
	.header.scrolled .header_logo svg, .header.scrolled .open_menu {
		width: 50px;
		height: 50px;
	}
	.open_menu svg {
		height: 20px;
		width: auto;
	}
	.platzhalter {
  		height: 238px;
  	}

	.flex_slider {
		display: block;
		justify-content: unset;
		align-items: unset;
	}
	.flex_slider .slider_nav{
		position: absolute;
		flex-direction: row;
		bottom: 30px;
		left: 0;
		width: 100%;
		z-index: 2;
	}
	.flex_slider .slider_nav .swiper-pagination{
		flex-direction: row;
	}
	.flex_slider .slider_nav .swiper-pagination-bullet{
		background-color: #FFFFFF;
	}

	.flex_slider .slider_nav .hover_stroke, .flex_slider .slider_nav circle{
		stroke: #FFFFFF;
	}

	.flex_slider_auflistung{
		padding-left: 30px;
		padding-right: 30px;
	}
	.flex_slider_auflistung .slider_nav {
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 50px;
	}
	.info_leiste, .swiper_auflistung .swiper-slide:last-child .info_leiste{
		padding-right: 0;
	}
	.button-group {
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	.button-group .button {
		width: 100%;
	}
	.buttons {
		align-items: stretch;
	}
	.header.scrolled {
	  padding: 45px 0;
	}
}
@media screen and (max-width: 715px) {
	
}
@media screen and (max-width: 700px) {
	.verlauf .like_title{
		font-size: 3rem;
	}
	
	#tab1 img{
		max-width: 100%;
	}
}
@media screen and (max-width: 680px) {
	
}
@media screen and (max-width: 650px) {	
	.flex_box_auflistung .auflistung_box, .flex_box_auflistung .auflistung_box:nth-child(even){
		flex-direction: column;
		justify-content: unset;
		gap: 30px;
	}
	.flex_box_auflistung .auflistung_box img {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		max-height: 350px;
	}
	.flex_box_auflistung .auflistung_box .text_box, .flex_box_auflistung .auflistung_box:nth-child(even) .text_box{
		margin: 0 auto;
		width: 100%;
		text-align: left;
	}
	.flex_box_spruch h2 {
		font-size: 1.8rem;
	}

	.info_leiste{
		flex-direction: column;
	}
	.leiste_links{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		text-align: left;
	}
	.leiste_links h2{
		margin: 0 0 30px;
	}
	.leiste_rechts{
		text-align: left;
	}
}
@media screen and (max-width: 625px) {
	.abstand_row_flex {
		display: block;
	}
	.abstand_row_flex .input{
		width: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 600px) {	
	.header_logo svg.logo_icon{
		width: 40px;
	}
	.header_logo svg.logo_schriftzug {
		width: 100px;
	}
	.open_menu {
		width: 55px;
		height: 55px;
	}
	.open_menu svg{
		height: 16px;
	}
	.header {
		padding: 30px 0;
	}
}
@media screen and (max-width: 580px) {
	.info_box{
		width: 100%;
		margin-bottom: 30px;
		border-right: 0;
		border-bottom: 1px solid;
		padding-bottom: 30px;
	}
	.info_box:last-child{
		margin-bottom: 0;
	}
	.flex_box_infos{
		border: 0;
		padding: 0;
	}
}
@media screen and (max-width: 550px) {
	.flex_box_spruch h2 {
		font-size: 1.5rem;
	}
	h1, h2, h3, h4, h5, h6, .like_title{
		font-size: 1.7rem;
	}
	.verlauf .like_title{
		font-size: 2rem;
	}

	.flex_slider_auflistung .slider_nav .swiper-pagination{
		display: none;
	}

	.slider_nav_carousel .swiper-pagination{
		display: none;
	}
}
@media screen and (max-width: 500px){
	
}	
@media screen and (max-width: 450px){	
	.header .buttons {
		right: 100px;
	}
	.booklink a{
		padding: 5px 10px;
	}
}
@media screen and (max-width: 430px){	
	
}
@media screen and (max-width: 400px){	
	
}


/* /////// Print /////// */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
}