body {
	--primary-color  : #0075BE;
	--secondary-color: #6F6F6E;
	--font-weight    : 400;
	font-weight      : var(--font-weight);
	--border-color   : rgba(255, 255, 255, 0.5);
}

a {
	color: var(--primary-color);
}

a:hover {
	color : var(--primary-color);
	filter: brightness(1.3);
}

h2 {
	color: var(--primary-color);
}

h3 {
	font-size: 130%;
}


#logo {
	padding   : 0.2em 0px 0.2em 1em;
	max-height: 100%;
	height: 100%;
}

#mobileNavTriggerWrapper {
	display : none !important;
	position: relative;
	top     : 0.85em;
}

#mobileNavTrigger {}


.box.style2 {
	padding: 2.5em 2.2em 2.5em 2.2em;
}

#intro,
.info {
	background-position: center center;
	background-size    : cover;
	background-repeat  : no-repeat;
}

#intro header h2 {
	color         : #fff;
	letter-spacing: 1px;
	font-size     : 480%;
}

#intro header h3 {
	letter-spacing: 1px;
	margin-top    : 2px;
	font-size     : 150%
}

#textWrapper {
	max-width          : fit-content;
	margin-left        : auto;
	margin-right       : auto;
	margin-bottom      : 30px;
	padding            : 17px 20px;
	/* background-color: rgba(255,255,255,0.4); */
	border-radius      : 15px;
}

#intro header {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

#contact header {
	margin-bottom: 6em;
}

.content table thead th {
	text-align : left;
	font-weight: bold;
}

#sprechzeiten .content {
	min-width: 555px;
}

#sprechzeiten .content table {
	width: 70%;
}

#sprechzeiten .content table tr td:last-child {
	text-align: right;
	/* width  :30%; */
}

#praxis header {
	display: none;
}

#contact .content p {
	font-size: larger;
}


input[type="submit"],
input[type="submit"]:hover {
	background-color: var(--primary-color);
}

input[type="submit"]:hover {
	filter: brightness(1.3);
}


#defaultWrapper {
	width       : 1200px;
	max-width   : 95vw;
	margin-left : auto;
	margin-right: auto;
	min-height  : calc(100vh - 14em);
}

#footer {
	background: var(--secondary-color);
	color     : #fff;
}

.cc-window {
	background-color: var(--secondary-color) !important;
	border          : 1px solid var(--border-color);
}

.cc-window .cc-btn:first-child {
	background-color: transparent !important;
}

.cc-window .cc-btn {
	background-color: var(--primary-color) !important;
}

.cc-revoke {
	background-color: var(--secondary-color) !important;
	border-top      : 1px solid var(--border-color);
	border-left     : 1px solid var(--border-color);
	border-right    : 1px solid var(--border-color);
	border-radius   : 0px !important;
}

@media screen and (min-width: 1920px) {
	.content.box.style2 {
		padding: 3.5em 2.5em 3.5em 2.5em;
		width  : 47%;
	}

}

@media screen and (max-width: 737px) {
	.content table thead th {
		text-align: center;
	}

	#header {
		height: 3.5em;
	}

	#header nav {
		display: block;
	}

	#sprechzeiten .content {
		min-width: unset;
	}

	#sprechzeiten .content table {
		width: 92%;
	}

	#header nav ul {
		display: none;
	}

	#header nav ul li {
		margin-right: 1em;
		margin-left: 1em;
	}

	.main>.content br {
		display: inline;
	}

	#header nav.responsive ul {
		display         : block;
		position        : absolute;
		background-color: #fff;
		right           : 0px;
		width           : unset;
		left            : unset;
	}

	.default-template #mobileNavTriggerWrapper {
		display: none !important;
	}

	#mobileNavTriggerWrapper {
		display: inline-block !important;
	}
}