/*
Theme Name: AZ Partner AG
Theme URI: http://www.lutz-lehmann.com
Author: Lutz Lehmann
Author URI: http://www.lutz-lehmann.com
Description: AZ & Partner is great for your company portfolio website. The theme comes with one page template. The template shows the last galleries from your categories. Furthermore, it brings three footer colums to display the widgets. If you already have images on your blog, you should regenerate the thumbnails.
Version: 1.0
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready, threaded-comments, custom-footer
Text Domain: azundpartner
*/


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.attachment-post-thumbnail {}

img.attachment-thumbnail { 
	width: 250px;
	height: 250px;
}

img.attachment-medium {}

img.attachment-large {}

img.attachment-full {}

.attachment-custom-medium.size-custom-medium.wp-post-image {
    margin-top: 75px;
	margin-bottom:  25px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}



body {
background-color: #ffffff;
background-image: url(https://www.azpartner.ch/wp-content/uploads/2013/04/background-top.png);
background-repeat: repeat-x;
background-position: top left;
background-attachment: scroll;
border-top: 0px solid #000000;
}

.navbar {
	height: 180px;
}
.bg-light {
	background-color: #f2f2f2;
}
.navbar-brand {
	background-image: url(assets/img/az-partner-smaller.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	width: 180px;
	height: 141px;
	margin-right: 0;
}
.btn-outline-success {
    color: #FFFFFF;
    background-color: transparent;
    background-image: none;
    border-color: #FFFFFF;
}

.btn-outline-success:hover {
    color: #cf0017;
    background-color: #FFFFFF;
    border-color: #cf0017;
}

.btn-outline-success:focus {
    color: #FFFFFF;
    background-color: #cf0017;
    border-color: #cf0017;
}

.footer {
	background-color: #cccccc;
	padding: 5%;
}

.totop {
	position:fixed; 
	bottom: 5%;
	left: 90%;
	padding-right: 1.5%;
}


.back-to-top {
	color: white;
	background:#cf0017;
	background-image: url(assets/icons/arrow-alt-circle-up-white.svg);
	background-position: center center;
	background-size: 45px 45px;
	background-repeat: no-repeat;
	position: fixed;
	bottom:20px;
	right:20px;
	padding:1em;
	width: 50px;
	height: 50px;
	border: 2px solid #cf0017;
	border-radius: 50px;
}

.back-to-top:hover {
	color: #000000;
	background:#cf0017;
	background-image: url(assets/icons/arrow-alt-circle-up.svg);
	background-position: center center;
	background-size: 45px 45px;
	background-repeat: no-repeat;
	position: fixed;
	bottom:20px;
	right:20px;
	padding:1em;
}

.frontpage {
	margin-top: 150px;
}
.marketing {
	margin-top: 18%;
}
.produkte {
	margin-top: 12%;
	margin-bottom:2%;
}



.navbar-expand-xl .navbar-collapse {
	background-color: #cf0017;
	padding: 5px;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	background: #cccccc;
	color: #cf0017;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    background: #cf0017;
	color: #cccccc;
}
.navbar-light .navbar-toggler {
	color: #cf0017;
	border-color: #cf0017;	
}

.navbar-light .navbar-toggler-icon {
	color: #cf0017;
}

.dropdown-menu {
	left: 5%;
	top: 110%;
	border: 1px solid #cf0017;
	color: #cf0017;
}

.dropdown-item:focus, .dropdown-item:hover {
	background: #cf0017;
	color: #FFFFFF;
}

a {
	color:#cf0017;
}

a:hover {
	color:#cf0017;
    text-decoration: underline;
}


.category-list {
	padding-top: 70px;
}

.category-list-list {
	padding-top: 60px;
	padding-bottom: 20px;
	border-bottom: solid thin #cccccc;
}

.main-content {
		margin-top: 140px;
	}

@media (min-width: 40em) {
.category-list {
	padding-top: 180px;
}
	.main-content {
		margin-top: 240px;
	}

}
.text-primary {
	color: #cf0017!important;
	margin-top: 15px;
}

.footer-spalte {
	border-right: thin solid rgba(0,0,0,1.00);
}

#spracheumschalter {
	float: right;
	position: absolute;
	right: 50px;
	top: 50px;
	text-align: right;
}