
body{
    background-image: url('./../image/bg.jpg');
    background-size: auto;
    background-repeat: no-repeat;
    font-family: helvetica;
}

.full_width {

    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 6%;
}

.side_column {
    width: 24%;
    margin: 4% 2%;
    float: left;
}

.ruh_logo_center {
    width: 40%;
    margin: 1% 2%;
    float: left;
}

.slick-slide {
    height: 352px !important;
    min-height: 352px !important;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*.sx_side_traeume .side_column_title {
    text-align: left !important;
}

.dx_side_arbeiten .side_column_title {
    text-align: right !important;
}*/

.about_logo_klein {
    max-height: 96px;
    width: 90%;
    margin: auto;
    text-align: left;
        font-size: 20px;
}

.about_title {
    font-size: 22px;
    font-variant: small-caps;
    padding-left: 32px;
}

.about_body {
    width: 90%;
    padding: 5%;
    text-align: justify;
    line-height: 2em;
}

.about_logo_klein img {
    max-height: 96px;
    width: 96px;
    vertical-align: middle;
}

.side_column_title {
    height: 64px;
    /*border-bottom: 2px solid firebrick;*/
    font-size: 2em;
    color: saddlebrown;
    font-weight: 700;
}

.subtitle {
    font-size: 0.5em !important;
    font-weight: normal !important;
}

.side_column_bottom {
    font-size: 1.1em;
    height: 64px;
    vertical-align: middle;
    font-weight: 700;
    color: darkred;
    text-align: left;

}

.kontakt_info {
    color: #555;
    text-align: center;
    font-size: 0.9em;
    padding: 1%;
    margin-top: 48px;
}

.ruh_logo_center img,
.slick-slide img {
    width: 100%;
}

@media only screen and (max-width: 1024px){
	.full_width {
        width: 94%;
    }

    .full_width {
        margin-top: 4%;
    }
}

@media only screen and (max-width: 800px){
	.full_width {
        width: 100%;
    }
}

@media only screen and (max-width: 800px){
	.side_column {
        width: 98%;
        margin: 1%;
        padding: 1%;
    }

    .full_width {
        margin-top: 2%;
    }
}