* {
	font-family: 'Lato', sans-serif;
}
			
h1, h2, h3, h5, h6 {
	color: #c45950 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2.5rem!important;
}

p.li-ab {
    margin-left: 25px;
}

strong.active.nav-link {
	font-weight: 400;
}

a.nav-link.dropdown-toggle, a.nav-link {
	font-weight: 400;
	color: #000;
}

h4.title {
    color: #fff;
}

.navbar {
	padding-bottom: 0!important;
}

.h2, h2 {
    font-size: 1.4rem;
    font-weight: 400 !important;
}

.btn-outline-dark:hover {
	background-color: #c45950!important;
}

.ce_text.h1-oben.first.block {
    margin-left: 1rem;
}

ul.breadcrumb {
    margin-left: 1rem;
}

.col-12.col-sm-6.col-md-6.col-lg-6.col-xl-6 {
    margin-bottom: 2rem;
}

.ce_text.datenschutz.first.last.block {
    margin-left: 1rem;
}

.hero {
	background: rgb(244,241,119);
	background: linear-gradient(90deg, rgba(244,241,119,1) 0%, rgba(205,105,7,1) 38%, rgba(255,151,0,1) 100%);
	background: url('../img/hero.jpg');
	background-position: center;
	height:34rem;
	text-align: center;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.heroUnterseite {
	background: url('../img/fotolia_126036009.jpg');
	background-position: center;
	height:24rem;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 }

.contentUnterseite h2 {
	margin-top: 3rem;
	font-size: 1.5rem;
	line-height: 2rem;
}


.contentUnterseite p {
	font-size: 1rem;
}
    
.contentUnterseite h2:nth-child(1) {
	margin-top: 0rem;
	font-size: 1.5rem;
	/*border-bottom: 1px solid #eee;*/
	padding-bottom: 0.5rem;
}

.contentBox h2 {
	margin-top: 0rem;
}
			
.datenschutz p {
	font-size: 1rem;
}
			
.datenschutz h4 {
	font-size: 1.2rem;
}

.heroUnterseite h2 {
	font-size: 2.5rem;
	margin-top: 23%;
	padding: 1rem;
	line-height: 4rem;
	text-transform: ;
	color:#fff!important;    
	background-color: rgba(0,0,0,.4);
	text-shadow:2px 2px 0px rgba(0,0,0,.4);
}

.language {
    margin-top: 24px;
    font-size: 10px;
    background: #fff;
}

.language {
    margin-bottom: 15px;
    }    

.language select {
	font-family: 'Arial';
	display: inline-block;
	cursor: pointer;
	padding: 10px 15px;
	outline: 0;
	border: 0px solid #000000;
	border-radius: 0px;
	background: #e6e6e6;
	color: #7b7b7b;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
    }

    .contentUnterseite {
	padding-bottom: 5rem;
    }

.hero h1 {
	color:#fff;
	max-width: 60%;
	margin:3% auto 1% auto;
	background-color: rgba(0,0,0,.4);
	padding: 0rem 1rem 1rem 1rem;
	text-shadow:2px 2px 0px rgba(0,0,0,.4);
	font-size: 2.5rem;
}


.hero h1 strong {
	font-size: 68px!important;
	font-weight: 600;
	letter-spacing: 5px;
}

.hero h2 {
	color:#fff;
	font-size: 1.5rem;
	margin:0 auto;
	max-width: 60%;
	background-color: rgba(0,0,0,.4);
	padding: 1rem;
	line-height: 2rem;
	text-shadow:2px 2px 0px rgba(0,0,0,.4);
}

.btnRtm {
	margin-top: 1rem;
}

h1 .rtmColor {
	font-size: 68px!important;
	font-weight: 600;
	letter-spacing: 5px;
}

h1.ce_headline.h1-oben.first {
	font-size: 2.3rem;
}



h1,h2,h3,h4 {
	font-family: 'Lato', sans-serif;
	font-family: 'Carme', sans-serif;
}

h3 {
	text-align: center;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	font-size: 2rem;
	border-bottom: 1px solid #ddd!important;
}

/*.main h1 {
	color: #ee756d;
}*/

.contentUnterseite ul {
	border-left: 2px solid #c45950;
	list-style-type: none;
}


.contentUnterseite li {
	margin-left: -20px;
	line-height: 1.7rem;
	margin-bottom: 1.5rem;
}

.contentUnterseite .breadcrumb li {
	margin-left: 0px;
}

.contentUnterseite .breadcrumb li::before {
	font-family:"";
	content:"/";
	color:#c45950;
	margin-right: 10px;
}

.contentUnterseite .breadcrumb li:nth-child(1)::before {
	font-family:"Font Awesome 5 Free";
	content:"\f0da";
	color:#c45950;
	font-weight: 600;
	margin-right: 15px;
}

.navbar-brand {
    color: transparent!important;
    background: url('../img/logo_rtm.png');
    background-position: center;
    background-repeat: no-repeat;
    height:90px;
    transition:all 1s;
	min-width: 300px;
} 

.btn {
	white-space: pre-line!important;
}

h2.ce_headline.last {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.inside.hero {
    margin-top: 0rem;
}

.inside.heroFolgeseite {
    margin-top: 0rem;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}


 /* .contentUnterseite li::before {
	font-family:"Font Awesome 5 Free";
	content:"\f185";
	color:#c45950;
	font-weight: 400;
	margin-right: 10px;  
}*/
		

.Text-boxenStartseite {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

div.col-md-4.col-sm-6.text .box {
	box-shadow: none;
}

.boxenStartseite .container-fluid{
	margin-top: 0rem;
	padding: 0px;
}


.boxenStartseite .col-md-4{
	margin-top: 0rem;
	padding: 0.5rem;
}

.contentUnterseite {
	padding-top: 2rem;
	font-size: 1rem;
}

/*
.outside {
	list-style-position: outside;
	list-style-type: square !important;
}*/
		
footer {
	background-color:#fff;
	padding: 2rem 0rem 2rem 0rem;
	border-top:1px solid #eee;
	font-weight: 800;
	box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}

a {
	color: #c45950!important;
}

li.public::before {
	list-style-image: url('img/pdf.jpg')!important;
}
		
a:hover {
	color: #ad554f;
	text-decoration: none;
}

button.btn.btn-outline-dark.btnRtm a:hover{
	color: #fff!important;
}

	.abstand {
	min-width: 70px;
	display: inline-block;
}

.box{
	/*box-shadow:0 0 1px grey;*/
	position:relative;
}

.box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0, 0, 0, 0) linear-gradient(45deg, #141414 0%, #691100 40%, #1b1b1b 100%);*/
	opacity: 0.3;
	transition:all 0.5s ease;
	    color: transparent!important;
}

.box img{
	width:100%;
	height: auto;
}

.box a {
	text-decoration: none;
}

.box .box-content{
	background: rgba(0,0,0,0);
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 38px;
	transition: all 0.35s ease 0s;
	font-size: 1rem;
	color: transparent!important;
}

  @media (min-width: 1200px){
.container {
    max-width: 100%!important;
}
}

.container {
    width: 100%;
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin-right: auto;
    margin-left: auto;
}

.inside .mod_article {
	max-width: 1140px!important;
	margin: auto!important;

}

.inside .mod_breadcrumb {
	max-width: 1140px!important;
	margin: auto!important;

}

.inside .boxenStartseite .container {
	max-width: 1140px!important;
	margin: auto!important;

}

.box .box-content p{
	font-size: 1rem!important;
}


.box:hover .box-content{
	background: rgba(0,0,0,0.5);
}

.box {
	transition: all .2s ease-in-out; 
}


.box:hover {
	transform: scale(1.08); 
}


.box .box-content:after{
	content: "";
	/* border: 2px solid #fff;*/
	position: absolute;
	top:21px;
	left: 20px;
	right: 30px;
	height: 28%;
	background: rgba(0,0,0,0);
	transition: all 0.35s ease 0s;
	z-index: 1!important;
}

.box:hover .box-content:after{
	top:32%;
	height: 60%;
}

.box a:hover {
	text-decoration: none;
}

.box .title{
	color:#fff;
	font-size:22px;
	font-weight: bolder;
	/*text-transform:uppercase;*/
	z-index: 10!important;
	/*background: rgba(238,117,109,1);*/
	background: #666;
	background: #C45950;
	padding: 12px;
	transition:all 1s;
}
	
.ce_bs_gridSeparator.col-12.ml-auto.footer-abst-kl.col-sm-12.col-md-3.col-lg-3.col-xl-3 {
    padding-left: 30px;
}

.thintext {
	font-size: 1rem;
}

.inside strong {
	color:#c45950;
}

.inside {
	margin-top: 3rem;
}

.box .title{
	transition:all 1s;
	background:#C45950;
}

.box:hover .title{
	transition:all 1s;
	transform: scale(1.1);
	background:#197842;
}

.box .description{
    position: relative;
    top:5%;
    color:#fff;
    opacity:0;
    transition: all 0.35s ease 0s;
    z-index: 99!important;
}

.box:hover .description{
    top:20%;
    opacity:1;
}

.boxenStartseite {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+52,eeeeee+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 52%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 52%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 52%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    padding: 4rem 0rem 4rem 0rem;
    /* background:#e7af00;*/
    background: #eee;
    margin: 5rem 0rem 0rem 0rem!important;
    /*box-shadow: -1px -1px 40px rgba(0,0,0,.1);*/
}

.absatz {
    margin: 5rem 0rem 5rem 0rem;
    font-size: 22px;
}

.absatz p{
    margin: 1rem 0rem 1rem 0rem;
}

.rtmColor {
    color: #c45950;
}

.navbar-nav {
    float: right;
}

.nav-item {
    color:#fff;
    font-size: 1rem;
    padding: 1rem;
    line-height: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.contentBox {
    background: #eee;
    padding: 1.6rem;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    border-left: 3px solid #c45950;
    margin-top: 4rem;
}

header nav {
    box-shadow: none;
}

.navbar-nav {
    padding-right: 50px!important;
}

nav .active {
	color:#c45950!important;
	background: #eee!important; 
}

nav a:hover {
	color:#c45950!important;
	background: #eee!important; 
}

nav .navbar-brand:hover {
	color:transparent!important;
	background: url('../img/logo_rtm.png')!important;
	transform:scale(1.05);
	background-repeat: no-repeat!important;
	background-position: center!important;
    height:90px!important;
}

.breadcrumb {
    padding:5px 0 !important;
}

.breadcrumb a {
	color:#c45950!important;
}

.breadcrumb a {
    color: #c45950!important;
}

.breadcrumb a:hover {
	background: none!important;
}

.breadcrumb .active {
	color:#c45950!important;
	background: none!important;
}

footer a:hover {
	color:#c45950!important;
	background: #eee!important; 
}

footer a {
	color:#c45950!important;
}

.contentBox h2{
	color: #c45950;
	font-size: 1.8rem;
}

.breadcrumb {
    font-size: 0.8rem;
    margin-bottom: 2rem;
    padding: 0.2rem;
    border-bottom: 1px solid #ddd;
    background-color: transparent!important;
}

.dropdown:hover>.dropdown-menu {
	display: block;
}

p {
    font-size: 1.3rem;
}

footer p {
    font-size: 1rem;
    font-weight: 400;
}

footer {
    text-align: center;
}

footer p{
    text-align: left;
}

.row {
	margin-right: 0!important;
    margin-left: 0!important;
}

@media only screen and (max-width: 990px) {
    .box{margin-bottom:15px;}
}
	
@media only screen and (max-width: 479px) {
    .box .title{ font-size: 15px;}
    .box .description{ font-size: 13px; }
    .box:hover .description{ top:48%; }
	.navbar-brand {
    color: transparent!important;
    background: url('../img/logo_rtm.png');
    background-position: center;
    background-repeat: no-repeat;
    height:90px;
    transition:all 1s;
	min-width: 250px;
} 
}

@media only screen and (max-width: 1200px) {
	.box:hover {
	transform: none;}
	.box {
	transform: none;}
	.Text-boxenStartseite {
	min-width: 100%;
}	
