/* CSS Document */
#blog,
#blog > div {
	float: left;
}

#blog {
	margin-bottom: 30px;
}

#blog div {
	float: left;
}

#blog.liste a {
	text-decoration: none;
}

#blog.liste a.weiterlesen {
    text-decoration: none;
    margin-top: 15px;
    float: left;
}

#blog .artikel {
    margin-bottom: 70px;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
}

#blog.liste h2 {
	margin: 10px 0 35px 0;
}

#blog .wrapper {
    box-sizing: border-box;
    float: left;
    width: 100%;
}

#blog .wrapper_rechts {
    margin-top: 20px;
    width: calc(100% - 250px);
}

#blog .datumkreis {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 100;
}
#blog.detail .bild{
    width: 32%;
    margin: 0 1% 20px 1%;
}

#blog.detail .bild:nth-child(3n){
    margin-right: 0;
}
#blog.detail .bild:nth-child(3n+1){
    margin-left: 0;
}

#blog .head {
    background-color: rgba(135, 136, 138, 0.2);
    color: #87888a;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
}
#blog .autor {
    float: right;
}
#blog .head i {
    margin-right: 10px;
}
#blog .datum_tag {
    font-size: 24px;
    display: table-cell;
    vertical-align: bottom;
}

#blog .datum_monat {
    font-size: 24px;
    display: table-cell;
    vertical-align: bottom;
}

#blog .datum_jahr {
    text-align: center;
    padding-left: 9px;
}

#blog .titel {
    font-weight:700;
    width:100%;
    font-size:18px;
    line-height:20px;
    margin-bottom:10px;
}

#blog .beschreibung {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

#blog .text {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


/* Bar */
#blog .bar {
    background-color: rgba(135, 136, 138, 0.2);
    color: #87888a;
    float: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    font-weight: 500;
    margin-top: 0;
}

#blog .bar > span {
    float: left;
}

#blog .bar i {
    margin-right: 11px;
}

#blog .bar h3 {
    float: left;
    width: auto;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    color: #7D7D7D;
}

#blog .bar a {
	font-weight: inherit;
	width: auto;
}



/* Medium - Bild */
#blog.liste .bild {
    float: left;
    height: 140px;
    margin-right: 20px;
    margin-top: 20px;
    overflow: hidden;
    padding: 0;
    width: 200px;
}

#blog .bild a,
#blog .bild img {
	float: left;
	width: 100%;
}

#blog img {
	max-width: 100%;
}



/* Medium - Video */
#blog .videos {
	width: 100%;
}

#blog .video {
	width: 100%;
	margin: 0 0 30px 0;
}

#blog .video iframe {
	float: left;
	height: 422px;
	width: 750px;
}



/* Medium - Link */
#blog .link {
	float: left;
	width: 100%;
}
#blog .link a {
	display: block;
	padding: 7px 5px 5px 35px;
	position: relative;
	border-bottom: none;
	background-color: rgba(135, 136, 138, 0.2);
    color: #87888a;
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    font-weight: 500;
    margin-top: 0;
}

#blog .link a:focus .linktext, 
#blog .link a:hover .linktext {
    color: #009ee0;
}

#blog .linktext {
    float: left;
    width: 100%;
}

#blog .link i {
    padding: 3px 0px 0 0px;
    box-sizing: border-box;
    width: 31px;
    float: left;
    margin-left: -6px;
}

#blog .link a:hover {
	text-decoration: none;
}

#blog .link a:hover .hover {
	text-decoration: underline;
}



/* Trackback */
#blog .trackback {
	margin: 0 0 30px 0;
}

#blog .trackback .bar {
	font-size: 16px;
}

#blog .trackback .bar > span:last-child  {
	float: left;
}

#blog .trackback .bar .fa {
	font-size: 17px;
	padding-left: 10px;
	padding-right: 10px;
}


/* Kommentar */
#blog .kommentar {
    margin: 60px 0 15px 0;
    float: left;
    width: 50%;
    clear: left;
}

#blog .kommentar > div {
	border: 1px solid rgba(135, 136, 138, 0.5);
	box-sizing: border-box;
	margin: 0 0 10px 0;
	padding: 15px;
	width: 100%;
	
}

#blog .kommentar h3 {
	font-size: 16px;
	line-height: normal;
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid rgba(135, 136, 138, 0.5);
}

#blog .kommentar h3 i {
    margin-right: 11px;
}

#blog .kommentar .datum {
	float: right;
	color: #7D7D7D;
	font-weight: bold;
}

#blog a.button.right {
    margin-top: 20px;
}

#blog p {
    margin: 0;
}

#blog p.success {
    float: Left;
    width: 100%;
    color: #009ee0;
}

#blog a.zurueck {
    float: left;
}


/* Form */
#blog form {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

#blog label {
	padding: 0;
	margin: 0;
    float: left;
    width: 100%;
}

#blog label .fa {
    cursor: text;
    float: left;
    font-size: 17px;
    left: 0;
    line-height: 46px;
    position: absolute;
    text-align: center;
    width: auto;
    z-index: 1;
    margin-left: 10px;
    margin-right: 10px;
}

#blog label[for="submit"] .fa {
	cursor: pointer;
	line-height: 35px;
}

#blog input, 
#blog textarea {
    padding-left: 35px;
    height: 46px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    border: 1px solid rgba(135, 136, 138, 0.5);
}

#blog input[name="bcname"] {
	width: 300px;
}

#blog .g-recaptcha {
    margin: 0 0 8px;
    width: 100%;
}

#blog form .name {
    float: left;
    width: 25%;
    margin-bottom: 15px;
}

#blog form .kommentar_titel {
    float: left;
    width: 50%;
    clear: left;
    margin-bottom: 15px;
}

#blog form .kommentar {
    float: left;
    width: 50%;
    clear: left;
    margin-top: 0;
}

#blog form textarea#bk_kommentar {
    padding-top: 13px;
    padding-right: 15px;
    height: 100px;
}

#blog form .button.col-md-12 {
    float: left;
    width: 50%;
    clear: left;
}

#blog form input#submit {
    width: auto;
    background-color: #009ee0;
    color: #fff;
    text-shadow: none;
    border: 1px solid #009ee0;
    float: right;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#blog form input#submit:hover,
#blog form input#submit:focus {
    background-color: #fff;
    color: #009ee0;
}


/* Pagination */
#blog .pagination {
	list-style: outside none none;
	padding: 0;
	margin: 0 0 16px 0;
	float: left;
	width: 100%;
}

#blog .pagination li {
	list-style: outside none none;
	float: left;
	min-width: 16px;
	text-align: center;
	margin: 0 2px 4px 2px;
	padding: 0 6px 0 6px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	background-color: #167BC1;
	border: 3px solid #167BC1;
	cursor: pointer;
}

#blog .pagination li:hover,
#blog .pagination li.aktiv {
	background-color: inherit;
	color: inherit;
}

#blog .pagination .fa {
    font-size: 12px;
    line-height: 12px;
    padding-top: 0;
    position: relative;
    top: -1px;
}

#blog .pagination .inaktiv,
#blog .pagination .inaktiv:hover {
	background-color: #BBBBBB;
	border-color: #BBBBBB;
	color: #FFFFFF;
	cursor: default;
	cursor: no-drop;
}

#blog .pagination .punkte,
#blog .pagination .punkte:hover {
	color: inherit;
	background-color: inherit;
	cursor: inherit;
	border-color: transparent;
}




/**************************************************************************************************
 * 
 * #Media Queries
 * 
 *************************************************************************************************/
/**************************************************************************************************
 * Browser gross
 * 
 * 1170px - 
 *************************************************************************************************/
@media only screen and (min-width: 1170px) {

}



/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * 
 * 960px - 
 *************************************************************************************************/
@media only screen and (min-width: 960px) {

}



/**************************************************************************************************
 * Browser gross
 * Browser normal / Tablet Landscape
 * Browser schmal / Tablet Portrait
 * 
 * 768px - 
 *************************************************************************************************/
@media only screen and (min-width: 768px) {
	
}



/**************************************************************************************************
 * Browser normal / Tablet Landscape
 * 
 * 960px - 1199px
 *************************************************************************************************/
@media only screen and (max-width: 1199px) {
	#blog.detail .bild {
	    margin: 0 12px 12px 0;
	}
	#blog.detail .bild:nth-of-type(3n+3) {
	    margin: 0 0px 12px 0;
	}
	#blog .bild a.fbox {
	    height: 175px;
	}
}



/**************************************************************************************************
 * Browser schmal / Tablet
 * 
 * 768px - 959px
 *************************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}



/**************************************************************************************************
 * Browser schmal / Tablet Portrait
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 959px
 *************************************************************************************************/
@media only screen and (max-width: 959px) {
	#blog .artikel {
	    width: 100%;
	}
	#blog .bild a.fbox {
	    height: 138px;
	}
	#blog .kommentar {
	    width: 100%;
	}
}



/**************************************************************************************************
 * Smartphone Landscape
 * Smartphone Portrait
 * 
 *  - 767px
 *************************************************************************************************/
@media only screen and (max-width: 767px) {
	#blog .bar .kommentare,
	#blog .bar .trackbacks,
	#blog .hide_smartphone {
		display: none;
		margin-right: 0;
	}
	
	#blog.liste .bild {
		width: 100%;
		height: 200px;
	}
	
	#blog .artikel {
	    margin-bottom: 40px;
	}
	
	#blog {
	    margin-bottom: 0;
	}
	
	#blog.detail .bild {
	    float: left;
	    margin-bottom: 16px;
	    margin-right: 16px;
	    width: 48%;
	}
	
	#blog.detail .bild:nth-of-type(3n+3) {
	    margin: 0 16px 16px 0;
	}
	
	#blog.detail .bild:nth-of-type(2n+2) {
	    margin-right: 0;
	}
	
	#blog .bild a.fbox {
	    height: 122px;
	}
	
	#blog form .name {
	    width: 50%;
	}
	#blog form .kommentar_titel,
	#blog form .kommentar {
	    width: 100%;
	}
}



/**************************************************************************************************
 * Smartphone Landscape
 * 
 * 480px - 767px
 *************************************************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}



/**************************************************************************************************
 * Smartphone Portrait
 * 
 *  - 479px
 *************************************************************************************************/
@media only screen and (max-width: 479px) {
	#blog .artikel {
	    margin-bottom: 60px;
	}
	#blog.detail .bild {
	    width: 100%;
	    margin-right: 0;
	}
	#blog .bild a.fbox {
	    height: 180px;
	}
	#blog form .name {
	    width: 100%;
	}
}
