/******************* Generelle Stylesheets (Tag-Selektor) ******************/


/** Fardefinitionen
*
*   rubinrot	: rgb(117, 5, 26)
*   hellgrau	: rgb(221, 221, 221)
*   d'grau		: rgb(88, 88, 88)
*
**/

body {
    background		: #f5f5f5;
    color			: #333;
    font-family		: 'Open Sans', sans-serif;
    font-size		: 20px;
}
a {
    color			: #333;
	text-decoration: underline;
}
a:hover {
    color			: #940b32;
}
textarea {
    resize			: none;
}

/******************* Layout (oben nach unten) ******************/
.message-in-circle {
	align-items		: center;
	background-color: rgba(255,255,255,0.9);
	border			: 3px solid rgb(117,5,26);
	border-radius	: 100px;
	bottom			: 150px;
	color			: rgb(117,5,26);
	display			: flex;
	font-size		: 20px;
	height			: 200px;
	justify-content : center;
	left			: 50%;
	opacity			: 0;
	position		: absolute;
	transition		: margin-left 2s, opacity 2s;
	width			: 200px;
}
#message-in-circle-1 {
	margin-left		: -670px;
}
#message-in-circle-2 {
	margin-left		: -450px;
}
.message-in-circle > div {
	text-align		: center;
	
}
.message-in-circle p {
	color			: rgb(117,5,26);
	margin			: 0;
	padding			: 0;
}
.message-in-circle a {
	text-decoration	: none;
}
@media (max-width: 1199px) {
	.message-in-circle {
		bottom			: 130px;
	}
	#message-in-circle-1 {
		margin-left		: -470px !important;
	}
	#message-in-circle-2 {
		margin-left		: -250px !important;
	}
}
@media (max-width: 991px) {
	.message-in-circle {
		bottom			: 110px;
	}
	#message-in-circle-1 {
		margin-left		: -360px !important;
	}
	#message-in-circle-2 {
		margin-left		: -140px !important;
	}
}
@media (max-width: 767px) {
	.message-in-circle {
		bottom			: 90px;
		left			: 10px;
	}
	#message-in-circle-1 {
		margin-left		: 0 !important;
	}
	#message-in-circle-2 {
		margin-left		: 220px !important;
	}
}

/*
#headerLineVerticalWrapper {
    top				: 0;
}
#headerLineVertical {
    background		: #75051a;
    height			: 280px;
    position		: absolute;
    left			: 15px;
    top				: 0;
    width			: 50px;
    z-index			: 3;
}
@media (max-width: 991px) {
	#headerLineVertical {
		display		: none;
	}
}
*/

/******************* ROW LOGO ********************/
.colLogo {
    background		: #dddddd;
    margin			: 10px 0;
}
#logo {
    float			: right;
    margin-bottom	: 10px;
    margin-top		: 5px;
    padding			: 0;
	width			: 350px;
	max-width		: 100%;
}


@media (max-width: 991px) {
	.rowLogoWrapper {
		background	: #ddd;
	}
	#logo {
		float		: none;
	}
	#iconNav {
		float: right;
		margin: 20px 0;
		width: 45px;
	}
	#iconNav .iconNavRow {
		background: rgb(147, 11, 49);
		height: 16%;
		margin: 13% auto;
		width: 80%;
	}
}

/************************ Header ****************************/

#header {
    position: relative;
}
#header .headerTextWrapper {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: right;
}
#header .headerTextWrapper p {
    color: #f1ece6;
    font-family: 'Amiri', serif;
    font-size: 50px;
    font-style: italic;
    line-height: 40px;
    margin: 0;
    padding: 10px 10px 10px 0;
}
@media (max-width: 991px) {
	#header {
		overflow: hidden;
	}
	#header .headerImage {
		width: 150%;
		margin-left: -25%;
	}
	#header .headerTextWrapper p {
		font-size: 40px;
		line-height: 30px;
	}
}
@media (max-width: 767px) {
	#header .headerImage {
		width: 300%;
		margin-left: -100%;
	}
	#header .headerTextWrapper p {
		font-size: 30px;
		line-height: 20px;
	}
}

/****************** Navigation Generell ****************************/
.rowNavWrapper {
	margin-top			: 10px;
	text-align			: right;
}
#nav {
    background: #dddddd;
    position: relative;
}
#nav > div {
	display: inline-block;
}
#navLineVertical {
    background: #75051a;
	bottom: 0;
    height: 172px;
    position: absolute;
    left: 0;
    width: 22px;
}
#nav ul {
    list-style-type: none;
}
#nav ul li a {
    display: block;
}
#nav ul li:hover> ul {
    display: block;
}
#nav .iconNav {
    display: none;
    margin: 20px auto;
}

@media (max-width: 1199px) {
	.rowNavWrapper {
		margin-top			: 10px;
		text-align			: right;
	}
}
@media (max-width: 991px) {
	.rowNavWrapper {
		text-align: left;
	}
	#nav > div {
		display: block;
	}
}

/****************** Navigation Ebene 1 ****************************/

#nav .nav_ul_1 {
    margin: 0;
    padding: 0;
}
#nav .li_1 {
	display				: inline-block;
}
#nav .li_1 > a {
    color: #585858;
	font-size			: 21px;
    padding: 15px;
    text-decoration: none;
}
#nav .li_1 a:hover {
    color: #940b32;
}
#nav .li_1> a.active {
    color: #940b32;
}

@media (max-width: 1199px) {
	#nav .li_1 > a {
		font-size			: 18px;
		padding: 15px 10px;
	}
}
@media (max-width: 991px) {
	#nav .li_1 {
		display: block;
	}
	#nav .li_1> a {
		border-bottom: 1px solid white;
		border-top: 1px solid white;
		font-size: 20px;
	}
	#nav .li_1> a.active {
		border-left: 10px solid #940b32;
	}
}


#nav .langSelector ul {
    margin: 0;
    padding: 0;
}
#nav .langSelector ul li {
    display             : inline-block;
    list-style-type     : none;
}
#nav .langSelector ul li a {
    color: #585858;
    display: block;
    font-size: 21px;
    padding: 15px;
	padding-right: 10px;
    text-transform: uppercase;
}
#nav .langSelector ul li a:hover {
    color: rgb(117, 5, 26);
    text-decoration: none;
}
#nav .langSelector ul li a.active {
	display: none;
}

@media (max-width: 1199px) {
	#nav .langSelector ul li a {
    font-size: 18px;
    padding: 10px;
}
}
@media (max-width: 991px) {
	#nav .langSelector ul li {
		display             : block;
	}
}


/********************* Content ***********************/
#contentWrapper {
    margin-bottom: 40px;
    margin-top: 60px;
}
#content {
    letter-spacing: 0.5px;
    line-height: 26px;
}
#content h1 {
    color: #940b32;
    font-size: 32px;
}
#content h2 {
    font-size: 28px;
}
#content .more {
    cursor: pointer;
}
@media(max-width: 991px) {
	#contentWrapper {
		margin-bottom		: 40px;
		margin-top			: 0px;
	}
	#content h1 {
		font-size: 28px;
	}
	#content h2 {
		font-size: 24px;
	}
}

/********************* Contact Form *****************/

.error {
    color: red;
    font-size: 14px;
}

/********************* Footer ***********************/

#footer {
    background: #dddddd;
	color: black;
    font-size: 20px;
    padding: 20px 0;
}
#footer h3 {
	background-color: rgb(117, 5, 26);
	color: white;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
}
#footer p {
    margin: 0;
}
#footer a::before {
	/*content: " > ";*/
}
@media (max-width: 991px) {
	#footer {
		
	}
	#footer .row> div {
		margin-top: 50px;margin-top: 20px;
			margin-bottom: 15px;
	}
	#footer .row> div:first-child {
		margin-top: 0;
	}
}
/********************* Background ***********************/

.fullWidthContainer.grey {
    background: #dddddd;
}
.fullWidthContainer.redRight {
    background-image: linear-gradient(to left, #75051a 0px, #75051a 50px, rgba(255, 255, 255, 0) 51px);
}
.fullWidthContainer.redLeft {
    background-image: linear-gradient(to right, #75051a 0px, #75051a 50px, rgba(255, 255, 255, 0) 51px);
}

/******************** Benutzerdefiniert ******************/

.box {
    background-color: lightgrey;
    padding-bottom: 1em;
    /*padding-top: 1em;*/
}
.box h1 {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
