﻿.diagram-image {
	max-width: 100%;
	height: auto;
	margin-bottom:10px;
}

.banner-image {
	max-width: 100%;
	height: auto;
}

.logo-image {
	max-width: 100%;
	height: auto;
}

.lastprofil-image {
	max-width: 100%;
	height: auto;
}


@media only screen and (min-width: 600px) {
  /* For desktop: */
	.flex-container {
	display: flex;}
}

@media only screen and (min-width: 600px) {
	.flex-container > div {
	display: flex;}
}

.bricklebrit-theme {
	color:#ffd52b ; background-color:#1f700e
}

.bricklebrit-theme-home {
	background-color:#1f700e
}

.disabled {
	pointer-events: none;    
}

.w3-bar .w3-bar-item-bricklebrit{
	padding:14px 16px;float:left;width:auto;border:none;display:block;outline:0
}

textarea.inserat-textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
}