/*
    Styles TEMP_WEBSITE Dr. med. Rose Fintelmann
*/


html {
  height: 100%;
}
body {
  min-height: 100%;
}

body {
	line-height: 1.4;
    font-size:18px;
    font-weight:400!important;
	font-family: 'Encode Sans', sans-serif;
    color:#782a2e;;
	background: url(../img/01_home.jpg)  ;
	background-size: cover;
	height:100%
}

#header{
    
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	color:#a01915;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.subs-title{
	font-weight: 400;
	font-family: 'Encode Sans';
	margin-bottom:30px;
	line-height:35px;
}

.content{
	padding-top: 100px;
	color: #782a2e;;
	max-height: 100%;
  
}

.logo img{
	display: inline-block;
}

.logo h1{
	font-family: 'Encode Sans';
	font-size: 28px;
    text-transform:none;
    letter-spacing:2px;
	line-height:40px;
    padding: 0 0 50px 0;
    color:#002c87;
}

.berthold{
	background-color:#ffffff;
	padding:0 20px;
    margin-top:30px;
}

.berthold h2{
	color:#068a9c;
}

#about {
	background-color:#e9e1dc;
}

#praxis {
	padding:50px 0 0 0;
}

.sub-p{
	font-size: 18px;
	padding: 5px 0px 15px;
}

td.wochentag{
	width: 100px!important;
}

.strong, strong{
	font-weight:600!important;
}

table {
    table-layout: fixed;
    width:90%!important;
}

table th, table td {
    overflow: hidden;
}
 
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0 4px;
    border-bottom: 1px solid #ddd;
    border-top:none;  
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-bottom: 1px solid #ddd;
    border-top:none
}

.section-padding{
	padding: 20px 0;
}

.about-title h2, h2{
	font-size: 24px;
	font-family: 'Encode Sans';
    letter-spacing:1px;
	padding-bottom: 10px;
    color:#a01915;
    text-transform:none;
}

.kontakt{
	font-size: 18px;
	font-family: 'Encode Sans';
    letter-spacing:1px;
	padding-bottom: 10px;
    color:#a01915;
    text-transform:none;
    margin-top: -10px;
}

.img{
    margin-bottom:20px;
}

.img i{
	font-size: 44px;
}

.abt-hd{
	font-size: 24px;
    font-family: 'Encode Sans';
	text-transform: none;
    letter-spacing:1px;
	padding: 10px 0px 15px;
    color:#a01915;
}

footer {
    padding: 60px 30px 10px 30px;
    color: #00273c;
    text-align: center;
}


.footer a{
    color: #a01915;
}

.credits {
    padding-top: 10px;
    font-size:60%
}

.no-padding{
    padding-right: 0!important;
    padding-left: 0!important;
}

/**********************************
Media Queries
***********************************/
@media (max-width: 600px) { 
    .full_none    {
      display: none;
    }
	.logo img{
	width: 200px!important;
	}
	.logo h1{
	font-size: 24px;
	line-height:30px;
    padding: 0 0 30px 0;
	}
	
	.subs-title{
	font-size: 20px;
	line-height:26px;
	padding-bottom: 10px;
	}
	
	.content {
    padding-top: 10px;
	}
}

@media (min-width: 600px) { 
    .mobil_none {
		display: none;
    }
	.logo img{
	width: 250px;
}
}
