/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

#footer {
    flex: 1;
    text-align: center;
    padding: 1em;
    background-color: #f1efed;
}
#footer a, #footer a:hover, #footer a:focus, #footer a:active {
    color: #000000;
    text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
    text-decoration: underline;
}

.question-container.margin-bottom-3rem {
    margin-bottom: 3rem;
}

.table-bordered>thead>tr>th {
	border: 1px solid #dadada;
}

.table-bordered>thead>tr>td {
	border: 1px solid #dadada;
}

.backg {
	background-image: url("/upload/themes/survey/lwv/header_umfrage.jpg");
	background-repeat: no-repeat;
	min-height: 250px;
	background-position: bottom;
	background-size: cover;
}

.backgimg {
	width: 100%;
	height: auto;
	max-width: 500px;
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 50px;
	margin-left: -9px;
}
#surveys-list-jumbotron{display:none;}
.container-fluid{max-width: 1140px;margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x,10px);
  padding-right: var(--bs-gutter-x,10px);
  width: 100%;}
#social-media {
	position: absolute;
	right: 15px;
	top: 40px;
	width: 50px;
	margin: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
	border-radius: 5px !important;
}

#social-media img {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
}

.header {
	position: relative;
}

.menu-divider {
	height: 30px;
	background-color: #9A0000;
}

.site-footer {
	background-color: #f1efed !important;
	color: rgb(68, 68, 68) !important;
}

.site-footer a {
	color: rgb(0, 84, 133) !important;
	font-family: TheSansBold, Verdana, sans-serif;
}

.site-footer>.container>.row {
	padding: 3rem 0;

}

.site-footer>.container>.row,
.site-content {
	max-width: 600px;
	margin: 0 auto;
}

table {
	width: 100% !important;
}

#content-table {
	max-width: 800px;
	margin: 0 auto;
}

#logo {
	width: 250px;
	margin-left: 300px;
}

.container-fluid-neu {
	width: 100%;
}


.question-container {
	margin-bottom: 0;
	border: none;
	background-color: #fff;
}

.text-info,
body,
.text-info {
	color: #444 !important;
}
.fixed-bottom, .fixed-top, article{
    max-width:2000px;
    margin:0 auto;
    
}
textarea{
    resize:unset;
}
@media (max-width: 1700px) {
    #social-media{
        top:70px;
    }
    
}
@media (max-width: 1450px) {
    .backg{
        background-size:contain; 
        min-height:195px;
        background-position:top;
    }
    #social-media{
        top:0px;
    }
}


@media (max-width: 1100px) {
    .backg{
        min-height:140px; 
    }
    #social-media img{
        width:30px;
        height:30px;
    }

}


@media (max-width:960px){
    .backgimg {
	    max-width: 100%;
	    padding-top: 10px;
    }
    #logo{width:180px;    margin: 0 auto;
  display: block;}
}

@media (max-width:750px){
.backg{
        min-height:110px; 
        background-size:cover;
    }
#social-media img{
        width:25px;
        height:25px;
        margin-bottom:2px;
    }
#social-media{
    right:0;
    width:35px;
}
}