/*
Theme Name: Twenty Twenty Child
Template: twentytwenty
Text Domain: twentytwenty-child 
Version: 1.5
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* -------------------------------------------------------
Wordpress voreinstellungen ausblenden/überschreiben
------------------------------------------------------- */
#wpadminbar,
#site-footer {
	display: none;
}
body, div, p {
	hyphens: auto;
	word-wrap: break-word;
}

/* -------------------------------------------------------
Fonts
------------------------------------------------------- */
a {
	text-decoration: none;
}
p {
	font-size: 18px;
}
.elementor-kit-14 h3 {
	font-size: 22px !important;
}
h1, h2, h3, h4, h5, h6, .faux-heading {
	letter-spacing: 0em;
}
.elementor-kit-14 h2 {
	margin: 0 0 20px 0;
}

/* -------------------------------------------------------
Cookies
------------------------------------------------------- */
.cn-button.bootstrap {
	background: transparent;
	color: #B68843;
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
}
.cn-button.bootstrap:hover,
.cn-button.bootstrap:focus,
.cn-button.bootstrap:active {
	box-shadow: none;
	color: white;
}

/* -------------------------------------------------------
Navigation
------------------------------------------------------- */
.list__item--content {
	font-family: 'Inter', sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 36px; 
	letter-spacing: 0.01em;
	color: #14556E; /* Blau */
}

.navigation {
	display: flex !important;
	display:-moz-flex !important;
	display:-webkit-flex !important;
	display : -ms-flexbox !important;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1140px; /* neu */
}
.navMobile {    
	display: none;
}
.page-id-8 .navMobile {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
}
.nav {
	background-color: #F5F5F5; /* Hellgrau */
	padding: 15px;
	display: flex !important;
	display:-moz-flex !important;
	display:-webkit-flex !important;
	display : -ms-flexbox !important;
	justify-content: center;
	align-items: center;
	height: 222px;
}

/* Hamburgernavigation */
.menu {
  -webkit-transition: 0.1s -webkit-transform linear;
  transition: 0.1s -webkit-transform linear;
  transition: 0.1s transform linear;
  transition: 0.1s transform linear, 0.1s -webkit-transform linear;
  position: relative;
  background: 0;
  float: right;
  margin: 0 20px;
  height: 90px;
  width: 3rem;
  z-index: 1;
  outline: 0;
  padding: 0;
  border: 0;
}

.bar, .bar::before, .bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s -webkit-transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear, 0.2s -webkit-transform linear;
  position: absolute;
	background-color: #14556E; /* Blau */
  margin: auto;
  width: 100%;
  height: 0.3rem;
  content: '';
  top: 50%;
  left: 0;
}
.bar {
  margin-top: -0.2rem;
}
.bar::before {
  top: -1rem;
}
.bar::after {
  top: 1rem;
}
.bar::before, .bar::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.active .bar {
  background: 0;
}
.active .bar::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.active .bar::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.active .bar::before, .active .bar::after {
  top: 0;
}
.active .bar, .active .bar::before, .active .bar::after {
  -webkit-transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s -webkit-transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s, 0.2s -webkit-transform linear 0.2s;
}

.navHamburger {
  width: 100%;
  height: 100%;
	background: #F5F5F5; /* Hellgrau */
  position: fixed;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91), -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  /*padding-top: 6.2rem;*/
	display: flex;
	align-items: center;
}
.menu-open .navHamburger {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.navHamburger ul {
  margin: 0 0 0 10%; 
  list-style: none;
  padding: 0;
}
.navHamburger ul li {
  padding: 20px 15px 20px 0;
  font-size: 2rem;
}
.navHamburger ul li:first-child {
  padding: 0 20px 20px 0;
}
.navHamburger ul li:hover {
	color: #14556E; /* Blau */
}
.header__logo {
	position: relative;
	left: -280px;
}
.header__logo img {
	width: 500px;
}

/********************************************************
Navigation Mobile
********************************************************/
@media only screen and (max-width: 1023px) {
	.header__logo {
		width: 250px;
		right: 15px;
		top: 15px;
	}
	.header__logo__mobile {
		position: relative;
		left: 20px;
		float: left;
	}
	/* Hamburger Navigation */
	.navMobile {
		background-color: #F5F5F5; /* Hellgrau */
		height: 90px;
	}
	.mobileContainer {
		margin: auto;
		color: white;
	}
	.topNav {
		overflow: hidden;
		background-color: #F5F5F5; /* Hellgrau */
		position: relative;
	}
	.topNav #myLinks {
		display: none;
	}
	.topNav a {
		color: white;
		padding: 15px;
		text-decoration: none;
		display: block;
		margin: 0;
	}
	.topNav a.icon {
		background: #F5F5F5; /* Hellgrau */
		display: block;
		position: absolute;
		right: 0;
		top: 10px;
	}
	.fa-bars:before {
		font-size: 30px;
	}
	.active {
		color: #14556E; /* Blau */
	}
	nav#top {
		display: none !important;
	}
}

/* -------------------------------------------------------
Animation
------------------------------------------------------- */
.animationLogo img {
	width: auto !important;
	display: initial !important;
}
svg {
	display: block;
}
/* -------------------------------------------------------
Einstieg
------------------------------------------------------- */
/*.elementor-8 #jud .elementor-container {
	width: 100%;
}
.elementor-8 #jud img {
	width: 80%;
}*/
.elementor-8 #jud {
	z-index: 200;	
	height: 100vh;
	display: flex;
}
#judEinstieg .elementor-widget-container {
	display: flex;
	justify-content: center;
}

/* Pfeil scroll down */
.scrollContainer {
	position: absolute;
	top: 80px;
}
.scrollDownLink {
	width: 100%;
	max-width: 1140px;
}
.scrollDownContainer {
	max-width: 1140px;
	margin: 0 auto 20px 0;
	display: flex;
	justify-content: center;
}
.scrollDownBtn {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#scrollDown {
	animation: arrowAnim 1.2s ease-in infinite forwards;
	top: 20px;
	position: absolute;
}
.scrollDownText {
	font-size: 15px;
	color: white;
	position: absolute;
	bottom: 12px;
}
@keyframes arrowAnim {
	0% {
		top: 20px;
	}
	50% {
		top: 0px;
	}
	100% {
		top: 20px;
	}
}

/* -------------------------------------------------------
Header
------------------------------------------------------- */
/* Logo */
.site-logo img {
	height: 100px;
}
#site-header {
	display: none;
}
/*.page-id-8 #site-header {
	display: block;
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	background-color: #F5F5F5;
}*/
.header-navigation-wrapper {
	width: 100%;
	display: inline;
	flex-direction: row;
	justify-content: flex-end;
}
.menuDesktop {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.menuDesktop a {
	font-size: 36px;
	color: #14556E; /* Blau */
}

/* -------------------------------------------------------
Projekte Bilder
------------------------------------------------------- */
.referenzen {
	padding: 0;
}

.bildHoch {
	height: 250px;
}
.bildSchmal {
	height: 200px;
}
.bildBreit {
	max-height: 190px;
}
.sliderProjektseite {
	max-height: 281px;
}
.bildHoch, .bildSchmal, .bildBreit {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}
/*.bildHoch:hover, .bildSchmal:hover, .bildBreit:hover {
	border: 20px solid #F5F5F5 !important;
	transition: all 0.2s linear;
}*/
.bildHoch:hover, .bildSchmal:hover, .bildBreit:hover {
	transform: scale(0.95);
	transition: all 0.2s linear;
}
.bildBreit a,
.bildBreit img {
	width: 100%;
	max-width: 100% !important;
	height: 100% !important;
}
.bildHoch img, .bildSchmal img {
	height: 100% !important;
	width: auto;
	max-width: none !important;
}

/* -------------------------------------------------------
Tabellen
------------------------------------------------------- */
.eael-data-table tbody tr td {
	font-family: 'Inter', sans-serif !important;
	font-size: 38px;
	padding: 30px 0;
}

/* -------------------------------------------------------
Werkliste
------------------------------------------------------- */
#werkliste {
	z-index: 10;
}
#werklisteTable tr {
	border-bottom: 3px solid white;
}
#werklisteTable tr {
	border-top: 3px solid white;
}
#werklisteTable td {
	margin: 10px 0;
	padding: 1px 0;
	font-size: 18px;
	line-height: 1.3em;
	border-style: none;
	width: 100%;
	display: block;
}
#werklisteTable td .td-content {
	justify-content: flex-start;
}
#werklisteTable td:hover {
	color: white;
}
.table-header {
	display: none;
}

/* -------------------------------------------------------
Profil
------------------------------------------------------- */
.contact {
	display: flex;
	align-items: flex-end;
}
#judMelchiorName {
	margin: 0 0 5px 0;
}
.elementor-element-105a5f1 {
	margin: 0 0 30px 0 !important;
}
#judMelchiorBezeichnung {
	margin: 0;
}
#phone, #mail {
	margin: 0 20px 0 0;
}
#mail a {
	width: auto;
}
#linkedin {
	width: 33px;
}
#phone:hover path, #mail:hover path, #linkedin:hover path {
	stroke: #14556E; /* Blau */
	transition: all 0.15s linear;
}
#phone:hover, #mail:hover, #linkedin:hover {
	cursor: pointer;
}
#dienstleistungen td:last-child {
	border-bottom: none;
}
#dienstleistungen td,
#dienstleistungen2 td {
	border-top: 3px solid #14556E;
	border-bottom: 3px solid #14556E;
	font-size: 18px;
	line-height: 1.3;
}
#dienstleistungen td p,
#dienstleistungen2 td p {
	font-size: 18px;
	line-height: 1.3;
}
#dienstleistungen td .td-content,
#dienstleistungen2 td .td-content {
	justify-content: flex-start;
}

/* -------------------------------------------------------
Kontakt
------------------------------------------------------- */

#linkedinAdresse {
	float: left;
}
#linkedinAdresse:hover path {
	stroke: white;
	transition: all 0.15s linear;	
}
#linkedinAdresse:hover {
	cursor: pointer;
}
.kontakt a, .kontakt p {
	font-size: 18px;
}
.kontakt a {
	color: white !important;
}
.kontakt a:hover {
	color: #B68843 !important; /* Gold */
	transition: all 0.15s linear;
}
.map {
	height: 250px;
	width: 100%;
}

/* -------------------------------------------------------
Footer
------------------------------------------------------- */
.goTopLink {
	width: 100%;
	max-width: 1140px;
}
.goTopContainer {
	max-width: 1140px;
	margin: 0 auto 20px 0;
	display: flex;
	justify-content: flex-end;
}
.goTopBtn {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#goTop {
	animation: cloudAnim 1.2s ease-in infinite forwards;
	top: 20px;
	position: absolute;
}
@keyframes cloudAnim {
	0% {
		top: 20px;
	}
	50% {
		top: 0px;
	}
	100% {
		top: 20px;
	}
}
.goTopText {
	font-size: 15px;
	color: white;
	position: relative;
	margin: 60px 0 0 0;
}

.footerRow .elementor-row {
	display: flex;
}
.footerArea .elementor-widget-wrap {
	display: flex !important;
	flex-direction: row !important;
}
#impressum, #datenschutz {
	width: 100%;
	margin: 0 40px 0 0;
	z-index: 10;
}
#impressum a, #datenschutz a {
	color: white;
}
#impressum a:hover, #datenschutz a:hover {
	color: #B68843; /* Gold */
	transition: all 0.15s linear;
}
.footerArea p, .footerArea a {
	font-size: 16px;
}

/* -------------------------------------------------------
Impressum
------------------------------------------------------- */
.page-id-183 html {
	margin: 0 !important;
}

/* -------------------------------------------------------
Unterseiten
------------------------------------------------------- */
/* Schliessen Button */
.goBack {
	background-color: transparent;
}
.goBack:hover line {
	stroke: #B68843; /* Gold */
	transition: all 0.15s linear;
}
.goBackWrapper {
	display: flex;
	justify-content: flex-end;
}

/* -------------------------------------------------------
Slider
------------------------------------------------------- */
.nextend-arrow img {
	width: 60px !important;
	height: 60px !important;
}


/*********************************************************
NUR MOBILE OHNE TABLET
*********************************************************/
@media only screen and (max-width: 767px) {
	/* -------------------------------------------------------
	Animation
	------------------------------------------------------- */
	.animationLogo img {
		max-width: 79px !important;
		max-height: 79px !important;
		margin-bottom: 10px !important;
	}
	.letter-size {
		width: 79px !important;
	}
	.letter-size-half {
		max-width: 13px !important;
		width: 13px !important;
	}
	
	#letter-D-top-left {
		bottom: 50px !important;
	}
	
	#letter-D-top-left img {
		max-width: 52px !important;
	}
	
	/* -------------------------------------------------------
	Footer
	------------------------------------------------------- */
	.footerTop {
		position: absolute !important;
		bottom: 0 !important;
	}
	#impressum p, #impressum a {
		margin: 0;
	}
	
	/* -------------------------------------------------------
	Werkliste
	------------------------------------------------------- */
	#werklisteTable td:first-child {
		padding: 10px 0 0 0;
	}
	#werklisteTable td:last-child {
		padding: 0 0 10px 0;
	}
	
	/* -------------------------------------------------------
	Profil
	------------------------------------------------------- */	
	#dienstleistungen {
		margin: 10px 0 0 0;
	}
	
	/* -------------------------------------------------------
	Projekteseiten
	------------------------------------------------------- */
	.unterseiteText {
		margin: 25px 0 0 0;
	}
	
	/* -------------------------------------------------------
	Kontakt
	------------------------------------------------------- */	
	.linkedinWrapper {
		margin: 10px 0 0 0;
	}
	
}

/*********************************************************
NUR MOBILE & TABLET HOCH
*********************************************************/
@media only screen and (max-width: 1023px) {
	/* -------------------------------------------------------
	Elemente Hintergrund
	------------------------------------------------------- */
	.elementEckig, .elementRund {
		display: none;
	}
	
}

/*********************************************************
NUR TABLET HOCH
*********************************************************/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	/* -------------------------------------------------------
	Projekteseiten
	------------------------------------------------------- */
	.unterseiteWrapper .elementor-row {
		flex-direction: column;
	}
	.unterseiteWrapper .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
		width: 100% !important;
	}
	.unterseiteText>div {
		padding: 0 !important;
	}
	.unterseiteText {
		margin: 250px 0 0 0;
	}
	
}


/*********************************************************
AB TABLET HOCH
*********************************************************/
@media only screen and (min-width: 768px) {	
	/* -------------------------------------------------------
	Fonts
	------------------------------------------------------- */
	p {
		font-size: 20px;
	}
	.elementor-kit-14 h3 {
		font-size: 24px !important;
	}
	/* -------------------------------------------------------
	Einstieg
	------------------------------------------------------- */
	/* Pfeil scroll down */
	.scrollContainer {
		top: 200px;
	}
	
	/* -------------------------------------------------------
	Navigation
	------------------------------------------------------- */
	/* Hamburger Navigation */
	.navMobile {
		height: 120px;
	}
	/* Hamburgernavigation */
	.menu {
		margin: 0 10%;
		height: 120px;
	}
	.header__logo {
		width: 300px;
	}
	.header__logo__mobile {
		left: 5%;
		top: 20%;
	}
	.list__item--content {
		font-size: 56px; 
	}
	
	/* -------------------------------------------------------
	Projekte Bilder
	------------------------------------------------------- */
	.referenzen {
		padding: 0;
	}

	.bildHoch {
		height: 400px;
		overflow: hidden;
	}
	.bildSchmal {
		height: 300px;
		overflow: hidden;
	}
	.bildBreit {
		max-height: 200px;
		overflow: hidden;
	}
	.bildBreit img {
		width: 100%;
	}
	
	/* -------------------------------------------------------
	Werkliste
	------------------------------------------------------- */
	#werklisteTable td {
		width: auto;
		padding: 20px 0;
		margin: 10px 0;
		font-size: 22px;
		display: inline-block;
	}
	#werklisteTable td:first-child {
		width: 26%;
	}
	#werklisteTable td:nth-child(2) {
		width: 49%;
	}
	#werklisteTable td:nth-child(3) {
		width: 22%;
	}
	
	/* -------------------------------------------------------
	Profil
	------------------------------------------------------- */
	#dienstleistungen td,
	#dienstleistungen2 td,
	#dienstleistungen td p,
	#dienstleistungen2 td p {
		font-size: 22px;
		margin: 0;
	}
	#dienstleistungen td:last-child {
		border-bottom: 3px solid #14556E;
	}
	
	/* -------------------------------------------------------
	Kontakt
	------------------------------------------------------- */
	.map {
		height: 460px;
	}
	#linkedinAdresse {
		float: right;
	}
	.linkedinWrapper>div {
		padding: 10px 0 0 0 !important;
	}
	.kontakt a, .kontakt p {
		font-size: 22px;
	}
	.kontakt:first-child {
		width: 40% !important;
	}
	.kontakt:nth-child(2) {
		width: 50% !important;
	}

	/* -------------------------------------------------------
	Slider
	------------------------------------------------------- */
	.nextend-arrow img {
		width: 40px !important;
		height: 40px !important;
	}
	
}

/*********************************************************
AB TABLET QUER
*********************************************************/
@media only screen and (min-width: 1024px) { 
	/* -------------------------------------------------------
	Einstieg
	------------------------------------------------------- */
	/* Pfeil scroll down */
	.scrollContainer {
		top: 20px;
	}
	
	/* -------------------------------------------------------
	Elemente Hintergrund
	------------------------------------------------------- */
	.elementEckig, .elementRund {
		display: none;
	}
	.page-id-8 .elementEckig {
		display: block;
		position: fixed;
		top: 250px;
	}
	.page-id-8 #elementEckigSvg {
		width: 50px;
	}
	.page-id-8 .elementRund {
		display: block;
		position: fixed;
		right: -30px;
		top: 600px;
	}
	.page-id-8 #elementRundSvg {
		width: 100px;
	}
	
	/* -------------------------------------------------------
	Navigation
	------------------------------------------------------- */
	.navMobile {
		display: none;
	}
	nav#top {    
		display: none !important;
	}
	.page-id-8 nav#top {  
		display: flex !important;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 20;
	}
	.list {
		display: flex !important;
		display:-moz-flex !important;
		display:-webkit-flex !important;
		display : -ms-flexbox !important;
		justify-content: flex-end;
		position: relative;
		right: 20px;
	}
	.navigation {
		display: flex !important;
		display:-moz-flex !important;
		display:-webkit-flex !important;
		display : -ms-flexbox !important;
		justify-content: space-between;
	}
  .list__item {
    display: inline; 
	}
	.list__item--content {
		display: inline-block;
		padding: 0 0 0 20px;
		margin: 0 0 0 20px;
		background-color: #F5F5F5; /* Hellgrau */
		color: white;
		text-decoration: none;
		font-size: 22px; 
	}
	.list__item--content:hover {
		color: #14556E; /* Blau */
	}
	.header__logo {
		position: relative;
		left: 20px;
		margin: 0 0 20px 0;
	}
	.nav {
		height: 150px;
	}
	
	/* -------------------------------------------------------
	Projekteseiten
	------------------------------------------------------- */
	.sliderProjektseite {
		max-height: 100% !important;
	}
	
	/* -------------------------------------------------------
	Projekte Bilder
	------------------------------------------------------- */
	.bildBreit {
		max-height: 250px;
		overflow: hidden;
	}
	
	/* -------------------------------------------------------
	Werkliste
	------------------------------------------------------- */
	#werklisteTable td {
		font-size: 22px;
	}
	#werklisteTable td:first-child {
		width: 20%;
	}
	#werklisteTable td:nth-child(2) {
		width: 62%;
	}
	#werklisteTable td:nth-child(3) {
		width: 18%;
	}
	
	/* -------------------------------------------------------
	Profil
	------------------------------------------------------- */
	/*#dienstleistungen,
	#dienstleistungen2 {
		margin: 30px 0 0 0;
	}*/
	#dienstleistungen td,
	#dienstleistungen2 td,
	#dienstleistungen td p,
	#dienstleistungen2 td p{
		font-size: 22px;
	}
	
	/* -------------------------------------------------------
	Kontakt
	------------------------------------------------------- */	
	.map {
		height: 380px;
	}
	.kontakt a, .kontakt p {
		font-size: 22px;
	}
	.linkedinWrapper {
		width: 20% !important;
	}
	.kontakt:first-child {
		width: 30% !important;
	}
	
	/* -------------------------------------------------------
	Footer
	------------------------------------------------------- */		
	#impressum, #datenschutz {
		width: auto;
		margin: 0 40px 0 0;
	}

}

/*********************************************************
IPAD PRO/LAPTOP KLEIN
*********************************************************/
@media only screen and (min-width: 1201px) { 	
	/* -------------------------------------------------------
	Einstieg
	------------------------------------------------------- */
	/* Pfeil scroll down */
	.scrollContainer {
		top: 120px;
	}
	.elementor-8 #jud img {
		width: 60%;
	}
	
	/* -------------------------------------------------------
	Werkliste
	------------------------------------------------------- */
	#werklisteTable td {
		font-size: 22px;
		padding: 20px 0;
		margin: 10px 0;
	}
	#werklisteTable td:first-child {
		width: 20%;
	}
	#werklisteTable td:nth-child(2) {
		width: 65%;
	}
	#werklisteTable td:nth-child(3) {
		width: 12%;
	}
	
	/* -------------------------------------------------------
	Profil
	------------------------------------------------------- */
	#dienstleistungen td,
	#dienstleistungen2 td,
	#dienstleistungen td p,
	#dienstleistungen2 td p {
		font-size: 22px;
	}
	
	/* -------------------------------------------------------
	Projekte Bilder
	------------------------------------------------------- */
	.bildBreit {
		max-height: 350px;
	}

	/* -------------------------------------------------------
	Kontakt
	------------------------------------------------------- */
	.map {
		height: 500px;
	}
	.kontakt:first-child {
		width: 20% !important;
	}
	.kontakt:nth-child(2) {
		width: 50% !important;
	}
	.linkedinWrapper {
		width: 30% !important;
	}
	
}

/*********************************************************
IPAD PRO/LAPTOP
*********************************************************/
@media only screen and (min-width: 1600px) {
	/* -------------------------------------------------------
	Breite Inhalt
	------------------------------------------------------- */
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1400px !important;
	}
	.page-id-8 .elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1140px !important;
	}
	
	/* -------------------------------------------------------
	Einstieg
	------------------------------------------------------- */
	/* Pfeil scroll down */
	.scrollContainer {
		top: 120px;
	}
	.elementor-8 #jud img {
		width: 80%;
	}
	
	/* -------------------------------------------------------
	Elemente Hintergrund
	------------------------------------------------------- */
	.page-id-8 .elementEckig {
		top: 300px;
	}
	.page-id-8 #elementEckigSvg {
		width: 70px;
	}
	.page-id-8 .elementRund {
		right: -30px;
		top: 700px;
	}
	.page-id-8 #elementRundSvg {
		width: 140px;
	}
	
	/* -------------------------------------------------------
	Navigation
	------------------------------------------------------- */
	.list {
		right: -130px;
	}
	.list__item--content {
		font-size: 26px; 
	}
	.header__logo {
		width: 380px;
		left: -210px;
		margin: 0 0 25px 0;
	}
	.nav {
		height: 180px;
	}
	
	/* -------------------------------------------------------
	Werkliste
	------------------------------------------------------- */
	#werklisteTable td {
		font-size: 26px;
		padding: 20px 0;
		margin: 10px 0;
	}
	#werklisteTable td:first-child {
		width: 20%;
	}
	#werklisteTable td:nth-child(2) {
		width: 60%;
	}
	#werklisteTable td:nth-child(3) {
		width: 15%;
	}
	
	/* -------------------------------------------------------
	Profil
	------------------------------------------------------- */
	#dienstleistungen td,
	#dienstleistungen2 td,
	#dienstleistungen td p,
	#dienstleistungen2 td p{
		font-size: 26px;
	}
	
	/* -------------------------------------------------------
	Kontakt
	------------------------------------------------------- */
	.map {
		height: 480px;
	}
	.kontakt a, .kontakt p {
		font-size: 26px;
	}
	.kontakt:first-child {
		width: 25% !important;
	}
	.kontakt:nth-child(2) {
		width: 50% !important;
	}
	.linkedinWrapper {
		width: 25% !important;
	}
	
}

/*********************************************************
DESKTOP
*********************************************************/
@media only screen and (min-width: 1800px) { 
	/* -------------------------------------------------------
	Breite Inhalt
	------------------------------------------------------- */
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 1700px !important;
	}
	
	/* -------------------------------------------------------
	Einstieg
	------------------------------------------------------- */
	/* Pfeil scroll down */
	.scrollContainer {
		top: 200px;
	}
	
	/* -------------------------------------------------------
	Elemente Hintergrund
	------------------------------------------------------- */
	.page-id-8 .elementEckig {
		top: 400px;
	}
	.page-id-8 #elementEckigSvg {
		width: 110px;
	}
	.page-id-8 .elementRund {
		right: -30px;
		top: 1100px;
	}
	.page-id-8 #elementRundSvg {
		width: 180px;
	}
	
	/* -------------------------------------------------------
	Navigation
	------------------------------------------------------- */
	.list {
		right: -170px;
	}
	.list__item--content {
		font-size: 36px; 
	}
	.header__logo {
		width: 500px;
		left: -290px;
		margin: 0 0 25px 0;
	}
	.nav {
		height: 222px;
	}
	
	/* -------------------------------------------------------
	Werkliste
	------------------------------------------------------- */
	#werklisteTable td {
		font-size: 36px;
	}
	#werklisteTable td:first-child {
		width: 20%;
	}
	#werklisteTable td:nth-child(2) {
		width: 55%;
	}
	#werklisteTable td:nth-child(3) {
		width: 20%;
	}
	
	/* -------------------------------------------------------
	Profil
	------------------------------------------------------- */
	#dienstleistungen td,
	#dienstleistungen2 td,
	#dienstleistungen td p,
	#dienstleistungen2 td p {
		font-size: 36px;
	}
	
	/* -------------------------------------------------------
	Kontakt
	------------------------------------------------------- */
	.map {
		height: 520px;
	}
	.kontakt a, .kontakt p {
		font-size: 36px;
	}
	.kontakt:first-child {
		width: 35% !important;
	}
	.kontakt:nth-child(2) {
		width: 50% !important;
	}
	.linkedinWrapper {
		width: 15% !important;
	}

}

/*********************************************************
DESKTOP GROSS
*********************************************************/
@media only screen and (min-width: 2400px) {
	/* -------------------------------------------------------
	Breite Inhalt
	------------------------------------------------------- */
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 2000px !important;
	}
	
	/* -------------------------------------------------------
	Slider
	------------------------------------------------------- */
	.nextend-arrow-previous {
		left: 40px !important;
	}
	.nextend-arrow-next {
		right: 40px !important;
	}
	
}


html {
    margin-top: 0 !important;
}